[rtems commit] mghttpd: Include <mghttpd/mongoose.h>

Sebastian Huber sebh at rtems.org
Wed Dec 13 08:10:43 UTC 2017


Module:    rtems
Branch:    master
Commit:    9589755f771099e24255f0d2c972f6704d659b79
Changeset: http://git.rtems.org/rtems/commit/?id=9589755f771099e24255f0d2c972f6704d659b79

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 13 08:31:51 2017 +0100

mghttpd: Include <mghttpd/mongoose.h>

Prepare for header file move to common include directory.

Update #3254.

---

 cpukit/mghttpd/mongoose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index 3dd0d4b..43fd0e9 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"




More information about the vc mailing list