diff options
author | Brian Havard <bjh@apache.org> | 2000-01-26 07:51:45 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2000-01-26 07:51:45 +0000 |
commit | 90ea71ab2e77804e0e314a5348cf51664d8d3f61 (patch) | |
tree | 31a6d2b8da49d1b0220245b75f2efd5cd4816a95 /os/os2/util_os2.c | |
parent | a65a6b4bcc07cddacc0f883b7ebbd550d75d6f34 (diff) | |
download | httpd-90ea71ab2e77804e0e314a5348cf51664d8d3f61.tar.gz |
Get OS/2 working with new configure system. Yay! :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84522 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/os2/util_os2.c')
-rw-r--r-- | os/os2/util_os2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/os2/util_os2.c b/os/os2/util_os2.c index a49d392975..536c40946d 100644 --- a/os/os2/util_os2.c +++ b/os/os2/util_os2.c @@ -3,6 +3,11 @@ #include <os2.h> #include "httpd.h" #include "http_log.h" +#include "os.h" +#include <sys/time.h> +#include <sys/signal.h> +#include <ctype.h> +#include <string.h> API_EXPORT(char *)ap_os_canonical_filename(ap_context_t *pPool, const char *szFile) |