summaryrefslogtreecommitdiff
path: root/network_io
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-06-26 13:18:02 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-06-26 13:18:02 +0000
commitc10fbb94dedaadd4069d040bb3a214343177faa6 (patch)
tree0e9c624cc841c013556579d9b0c9d5673fac7267 /network_io
parent50924101c0123b0155c651a07e3191af0f62dde4 (diff)
downloadlibapr-c10fbb94dedaadd4069d040bb3a214343177faa6.tar.gz
Add a header file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io')
-rw-r--r--network_io/beos/inet_aton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_io/beos/inet_aton.c b/network_io/beos/inet_aton.c
index 7b4103e06..2c955608c 100644
--- a/network_io/beos/inet_aton.c
+++ b/network_io/beos/inet_aton.c
@@ -72,6 +72,7 @@
#if BEOS_R5 /* this isn't needed for BONE */
#include "networkio.h"
+#include <ctype.h>
/* BeOS doesn't yet have it's own inet_aton and Bind won't be ported
* until R5, so this is from a Bind 8 distribution. It's currently untested.