compile fix for somebody

This commit is contained in:
Bill Currie 2001-12-22 08:21:40 +00:00
parent 7bd105178a
commit 7d4cbdf158

View file

@ -35,6 +35,12 @@
# include <config.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>