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:
c52af98
)
Include stdlib.h.
author
drepper
<drepper>
Tue, 16 Mar 2004 00:03:32 +0000
(
00:03
+0000)
committer
drepper
<drepper>
Tue, 16 Mar 2004 00:03:32 +0000
(
00:03
+0000)
inet/getnameinfo.c
patch
|
blob
|
history
diff --git
a/inet/getnameinfo.c
b/inet/getnameinfo.c
index
447980d
..
e62d575
100644
(file)
--- a/
inet/getnameinfo.c
+++ b/
inet/getnameinfo.c
@@
-38,6
+38,7
@@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <alloca.h>
#include <errno.h>
#include <netdb.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>