diff options
author | Brian Havard <bjh@apache.org> | 1999-08-28 08:05:45 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 1999-08-28 08:05:45 +0000 |
commit | 4a6dc043bf9cc5e2a39b92a65910a4a7ed60bc30 (patch) | |
tree | eb581be4d86d6d1eded57ed2319a1e06db8f35c8 /threadproc/os2 | |
parent | 314e2c2d54d8799063263a01d55d953e7ee50030 (diff) | |
download | apr-4a6dc043bf9cc5e2a39b92a65910a4a7ed60bc30.tar.gz |
Fix build of APR on OS/2
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59172 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2')
-rw-r--r-- | threadproc/os2/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c index 5767d898c..003b1a795 100644 --- a/threadproc/os2/proc.c +++ b/threadproc/os2/proc.c @@ -64,6 +64,7 @@ #include <string.h> #include <sys/wait.h> #include <unistd.h> +#include <process.h> #define INCL_DOS #include <os2.h> |