From 9e225b4a91ec6dc5c5daa005de9b7eb2935c2058 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 22 Sep 2012 20:38:43 +0000 Subject: [PATCH] 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 --- include/netutils/httpd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/netutils/httpd.h b/include/netutils/httpd.h index 20ddff278..2eb0d5bde 100644 --- a/include/netutils/httpd.h +++ b/include/netutils/httpd.h @@ -46,6 +46,9 @@ #include +#include +#include + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/