projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fb481
)
Include ctype.h.
author
drepper
<drepper>
Thu, 29 Apr 1999 16:29:36 +0000
(16:29 +0000)
committer
drepper
<drepper>
Thu, 29 Apr 1999 16:29:36 +0000
(16:29 +0000)
resolv/inet_pton.c
patch
|
blob
|
history
diff --git
a/resolv/inet_pton.c
b/resolv/inet_pton.c
index
d9e1f1d
..
e1419b9
100644
(file)
--- a/
resolv/inet_pton.c
+++ b/
resolv/inet_pton.c
@@
-24,6
+24,7
@@
static char rcsid[] = "$Id$";
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
+#include <ctype.h>
#include <string.h>
#include <errno.h>
#include <conf/portability.h>