summaryrefslogtreecommitdiff
path: root/threadproc/os2
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 16:35:56 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 16:35:56 +0000
commit26678f2dca5336dc7df5aa757ea7b2e7d5f8b77d (patch)
tree7e002008f14b5550ae78361d616fbac7397187ee /threadproc/os2
parentea60a4eb8cbd4937cb076627287c91945cf3446a (diff)
downloadlibapr-26678f2dca5336dc7df5aa757ea7b2e7d5f8b77d.tar.gz
Include apr_strings.h in a bunch more places that need it.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2')
-rw-r--r--threadproc/os2/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c
index c389148c1..0005ee21e 100644
--- a/threadproc/os2/proc.c
+++ b/threadproc/os2/proc.c
@@ -63,6 +63,7 @@
#include "apr_general.h"
#include "apr_lib.h"
#include "apr_portable.h"
+#include "apr_strings.h"
#include <signal.h>
#include <string.h>
#include <sys/wait.h>