summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/thttpd_strings.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 15:01:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 15:01:02 +0000
commit17fe5e37d7a8f378d6bd0d13b070c3fdbfb65fba (patch)
tree1eb8674e957523a51b8ec8fa28a7b9dc579a0f20 /nuttx/netutils/thttpd/thttpd_strings.h
parent2508f181522dda8e462b1fa392e04d62f95f926e (diff)
downloadpx4-nuttx-17fe5e37d7a8f378d6bd0d13b070c3fdbfb65fba.tar.gz
px4-nuttx-17fe5e37d7a8f378d6bd0d13b070c3fdbfb65fba.tar.bz2
px4-nuttx-17fe5e37d7a8f378d6bd0d13b070c3fdbfb65fba.zip
Remove warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2365 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/thttpd/thttpd_strings.h')
-rwxr-xr-xnuttx/netutils/thttpd/thttpd_strings.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/netutils/thttpd/thttpd_strings.h b/nuttx/netutils/thttpd/thttpd_strings.h
index dbd22e4e0..5bbaf7948 100755
--- a/nuttx/netutils/thttpd/thttpd_strings.h
+++ b/nuttx/netutils/thttpd/thttpd_strings.h
@@ -34,6 +34,9 @@
*
****************************************************************************/
+#ifndef __NETUTILS_THTTPD_THTTPD_STRINGS_H
+#define __NETUTILS_THTTPD_THTTPD_STRINGS_H
+
/****************************************************************************
* Included Files
****************************************************************************/
@@ -116,4 +119,5 @@ extern void httpd_strdecode(char *to, char *from);
extern void httpd_strencode(char *to, int tosize, char *from);
#endif
-#endif /* CONFIG_THTTPD */ \ No newline at end of file
+#endif /* CONFIG_THTTPD */
+#endif /* __NETUTILS_THTTPD_THTTPD_STRINGS_H */