summaryrefslogtreecommitdiff
path: root/network_io
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 /network_io
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 'network_io')
-rw-r--r--network_io/os2/sockopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_io/os2/sockopt.c b/network_io/os2/sockopt.c
index a3c917f55..c81ecd75e 100644
--- a/network_io/os2/sockopt.c
+++ b/network_io/os2/sockopt.c
@@ -56,6 +56,7 @@
#include "apr_network_io.h"
#include "apr_general.h"
#include "apr_lib.h"
+#include "apr_strings.h"
#include <errno.h>
#include <string.h>
#include <sys/socket.h>