Browse Source

Include string.h to provide prototype for strcmp.

cvs/glibc-2-2-branch
Andreas Jaeger 26 years ago
parent
commit
26f0239c05
  1. 1
      inet/tst-gethnm.c

1
inet/tst-gethnm.c

@ -3,6 +3,7 @@
#include <netdb.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/socket.h>

Loading…
Cancel
Save