summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/timers.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-13 14:53:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-13 14:53:32 +0000
commit5abe9334aa6285784cc860385d6ae956d5f1a5d9 (patch)
tree3f032f233b676c9d2cba207637a592e6959a6dc9 /nuttx/netutils/thttpd/timers.c
parentfda86dc1720d46a26badfc033efd6a2f25bbdff7 (diff)
downloadpx4-nuttx-5abe9334aa6285784cc860385d6ae956d5f1a5d9.tar.gz
px4-nuttx-5abe9334aa6285784cc860385d6ae956d5f1a5d9.tar.bz2
px4-nuttx-5abe9334aa6285784cc860385d6ae956d5f1a5d9.zip
move CGI logic to a separate file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2044 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/thttpd/timers.c')
-rw-r--r--nuttx/netutils/thttpd/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/netutils/thttpd/timers.c b/nuttx/netutils/thttpd/timers.c
index e03570f6a..7e67e6cbe 100644
--- a/nuttx/netutils/thttpd/timers.c
+++ b/nuttx/netutils/thttpd/timers.c
@@ -45,7 +45,7 @@
#include <stdio.h>
#include <debug.h>
-#include "httpd_alloc.h"
+#include "thttpd_alloc.h"
#include "timers.h"
/****************************************************************************