]> granicus.if.org Git - apache/commitdiff
Add requried #include "ap_config.h" in a couple of OS/2 specific files.
authorBrian Havard <bjh@apache.org>
Sat, 4 Mar 2000 15:26:31 +0000 (15:26 +0000)
committerBrian Havard <bjh@apache.org>
Sat, 4 Mar 2000 15:26:31 +0000 (15:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84715 13f79535-47bb-0310-9956-ffa450edef68

os/os2/util_os2.c

index 536c40946dd5a0274a0ef5c53da29d7b08b4582c..17bea6647c7addf851eede75e35ada8cfe853076 100644 (file)
@@ -1,6 +1,7 @@
 #define INCL_DOS
 #define INCL_DOSERRORS
 #include <os2.h>
+#include "ap_config.h"
 #include "httpd.h"
 #include "http_log.h"
 #include "os.h"