summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-22 20:38:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-22 20:38:43 +0000
commitcabf873bfd10289dd5a1fd82fd431ec12ed908a8 (patch)
tree89538b22ec2de135c57c10e141b9949f991dfd30
parent14041d4dc7b60500de8ab760ca9e6cc55ccc524c (diff)
downloadpx4-nuttx-cabf873bfd10289dd5a1fd82fd431ec12ed908a8.tar.gz
px4-nuttx-cabf873bfd10289dd5a1fd82fd431ec12ed908a8.tar.bz2
px4-nuttx-cabf873bfd10289dd5a1fd82fd431ec12ed908a8.zip
hpttd.h needs to include stdbool.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5179 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--apps/include/netutils/httpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/include/netutils/httpd.h b/apps/include/netutils/httpd.h
index 20ddff278..2eb0d5bde 100644
--- a/apps/include/netutils/httpd.h
+++ b/apps/include/netutils/httpd.h
@@ -46,6 +46,9 @@
#include <nuttx/net/uip/uip.h>
+#include <stdint.h>
+#include <stdbool.h>
+
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/