summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"