summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-16 14:52:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-16 14:52:56 +0000
commitf66691d238faf4858c8c9f5c5a53f118a1e1ab8e (patch)
treea3f1c8e68cea0205b6f0138ab14e24960b922c1d /nuttx/arch/sim/src/up_internal.h
parent5e50f40f37be6fd057b050e75aa2f4dcc9529b3c (diff)
downloadpx4-nuttx-f66691d238faf4858c8c9f5c5a53f118a1e1ab8e.tar.gz
px4-nuttx-f66691d238faf4858c8c9f5c5a53f118a1e1ab8e.tar.bz2
px4-nuttx-f66691d238faf4858c8c9f5c5a53f118a1e1ab8e.zip
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2356 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim/src/up_internal.h')
-rw-r--r--nuttx/arch/sim/src/up_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_internal.h b/nuttx/arch/sim/src/up_internal.h
index 250bf0e06..1b90c3809 100644
--- a/nuttx/arch/sim/src/up_internal.h
+++ b/nuttx/arch/sim/src/up_internal.h
@@ -1,7 +1,7 @@
/**************************************************************************
* up_internal.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,7 @@
* Included Files
**************************************************************************/
+#include <sys/types.h>
#include <nuttx/irq.h>
/**************************************************************************