include string.h for prototypes.

This commit is contained in:
cgd 2001-01-16 02:38:36 +00:00
parent 9ac9838b47
commit e209ced86f

View File

@ -29,6 +29,7 @@
#include <sys/socket.h>
#include <net/if.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <syslog.h>