From cabf873bfd10289dd5a1fd82fd431ec12ed908a8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 22 Sep 2012 20:38:43 +0000 Subject: 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 --- apps/include/netutils/httpd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps') 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 +#include +#include + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ -- cgit v1.2.3