summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver/httpd_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/webserver/httpd_fs.c')
-rw-r--r--nuttx/netutils/webserver/httpd_fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/netutils/webserver/httpd_fs.c b/nuttx/netutils/webserver/httpd_fs.c
index f6403fa37..731f19498 100644
--- a/nuttx/netutils/webserver/httpd_fs.c
+++ b/nuttx/netutils/webserver/httpd_fs.c
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/webserver/httpd_fs.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Based on uIP which also has a BSD style license:
@@ -43,7 +43,7 @@
#include <stdint.h>
-#include <net/uip/httpd.h>
+#include <apps/netutils/httpd.h>
#include "httpd.h"
#include "httpd_fsdata.h"