summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 23:44:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 23:44:49 +0000
commit0f44115d023b06ca7bcfaa63fd14e3c8b852ad45 (patch)
tree145e4685bc485d0ca1671635c2bf2f671ea592ac
parentf8d9532f3a7b87ef27ea36598b4c35d47d382d11 (diff)
downloadnuttx-0f44115d023b06ca7bcfaa63fd14e3c8b852ad45.tar.gz
nuttx-0f44115d023b06ca7bcfaa63fd14e3c8b852ad45.tar.bz2
nuttx-0f44115d023b06ca7bcfaa63fd14e3c8b852ad45.zip
Remove warning
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2013 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/thttpd/content/hello/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/examples/thttpd/content/hello/hello.c b/nuttx/examples/thttpd/content/hello/hello.c
index bb76af9b6..9028d8fb9 100644
--- a/nuttx/examples/thttpd/content/hello/hello.c
+++ b/nuttx/examples/thttpd/content/hello/hello.c
@@ -42,6 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
+#include <stdlib.h>
/****************************************************************************
* Public Functions