summaryrefslogtreecommitdiffstats
path: root/nuttx/binfmt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-16 23:23:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-16 23:23:46 +0000
commit68b4717f6341fb7aac915441151e7a2932dd44c4 (patch)
tree0d46ddbbeaa56d21bde1660d97c4e34c31539f11 /nuttx/binfmt
parent0d145f036c0d13edc123c8095cf1628914094dd6 (diff)
Clean-up from big switch to stdint/stdbool
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2362 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/binfmt')
-rw-r--r--nuttx/binfmt/symtab_findbyvalue.c1
-rw-r--r--nuttx/binfmt/symtab_findorderedbyvalue.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/binfmt/symtab_findbyvalue.c b/nuttx/binfmt/symtab_findbyvalue.c
index 269fd8bb29..80df746684 100644
--- a/nuttx/binfmt/symtab_findbyvalue.c
+++ b/nuttx/binfmt/symtab_findbyvalue.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <stddef.h>
#include <debug.h>
#include <assert.h>
#include <errno.h>
diff --git a/nuttx/binfmt/symtab_findorderedbyvalue.c b/nuttx/binfmt/symtab_findorderedbyvalue.c
index aae3f780ba..a995595da9 100644
--- a/nuttx/binfmt/symtab_findorderedbyvalue.c
+++ b/nuttx/binfmt/symtab_findorderedbyvalue.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <stddef.h>
#include <debug.h>
#include <assert.h>
#include <errno.h>