summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:31:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:28 +0100
commit9589755f771099e24255f0d2c972f6704d659b79 (patch)
treed59b85cd9f3b8c3dbde443508ce794f33bb1b24f /cpukit/mghttpd
parentuuid: Include <uuid/uuid.h> (diff)
downloadrtems-9589755f771099e24255f0d2c972f6704d659b79.tar.bz2
mghttpd: Include <mghttpd/mongoose.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit/mghttpd')
-rw-r--r--cpukit/mghttpd/mongoose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index 3dd0d4baab..43fd0e9197 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -259,7 +259,7 @@ struct pollfd {
#define POLLIN 1
#endif
-#include "mongoose.h"
+#include <mghttpd/mongoose.h>
#define MONGOOSE_VERSION "3.9"
#define PASSWORDS_FILE_NAME ".htpasswd"