aboutsummaryrefslogtreecommitdiff
path: root/apps/include
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
commit5b51b5e3a4a0446323c9f2dec527fb9484093c63 (patch)
tree89538b22ec2de135c57c10e141b9949f991dfd30 /apps/include
parentc9bb9dd995c571e8406683c6b88b3f757460ffbb (diff)
downloadpx4-firmware-5b51b5e3a4a0446323c9f2dec527fb9484093c63.tar.gz
px4-firmware-5b51b5e3a4a0446323c9f2dec527fb9484093c63.tar.bz2
px4-firmware-5b51b5e3a4a0446323c9f2dec527fb9484093c63.zip
hpttd.h needs to include stdbool.h
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5179 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/include')
-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
****************************************************************************/