From 9589755f771099e24255f0d2c972f6704d659b79 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 13 Dec 2017 08:31:51 +0100 Subject: mghttpd: Include Prepare for header file move to common include directory. Update #3254. --- cpukit/mghttpd/mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/mghttpd') 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 #define MONGOOSE_VERSION "3.9" #define PASSWORDS_FILE_NAME ".htpasswd" -- cgit v1.2.3