summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/thttpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/thttpd/thttpd.c')
-rw-r--r--nuttx/netutils/thttpd/thttpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/netutils/thttpd/thttpd.c b/nuttx/netutils/thttpd/thttpd.c
index cd2092fa8..3b49c0141 100644
--- a/nuttx/netutils/thttpd/thttpd.c
+++ b/nuttx/netutils/thttpd/thttpd.c
@@ -2,7 +2,7 @@
* netutils/thttpd/thttpd.c
* Tiny HTTP Server
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Derived from the file of the same name in the original THTTPD package:
@@ -55,7 +55,7 @@
#include <nuttx/compiler.h>
#include <nuttx/symtab.h>
-#include <net/uip/thttpd.h>
+#include <apps/netutils/thttpd.h>
#include "config.h"
#include "fdwatch.h"