Include string.h to provide prototype for strcmp.

This commit is contained in:
Andreas Jaeger 2000-08-19 18:04:56 +00:00
parent 60f0e64b3c
commit 26f0239c05

View File

@ -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>