aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/httpd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index c76ce3658..bd3a5a097 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -299,6 +299,9 @@
299 299
300#include "libbb.h" 300#include "libbb.h"
301#include "common_bufsiz.h" 301#include "common_bufsiz.h"
302#if ENABLE_PLATFORM_MINGW32
303# include "BB_VER.h"
304#endif
302#if ENABLE_PAM 305#if ENABLE_PAM
303/* PAM may include <locale.h>. We may need to undefine bbox's stub define: */ 306/* PAM may include <locale.h>. We may need to undefine bbox's stub define: */
304# undef setlocale 307# undef setlocale