summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/mghttpd')
-rw-r--r--cpukit/mghttpd/mongoose.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/mghttpd/mongoose.c b/cpukit/mghttpd/mongoose.c
index 1f636d6a29..7462e6e7b8 100644
--- a/cpukit/mghttpd/mongoose.c
+++ b/cpukit/mghttpd/mongoose.c
@@ -22,6 +22,11 @@
#include "config.h"
#endif
+#if defined(__rtems__)
+#include <md5.h>
+#define HAVE_MD5
+#endif // __rtems__
+
#if defined(_WIN32)
#define _CRT_SECURE_NO_WARNINGS // Disable deprecation warning in VS2005
#else