Include sys/types.h. From Werner Almesberger.

This commit is contained in:
Jim Meyering 2000-11-26 16:52:29 +00:00
parent de2cfc1a5f
commit 022f9b7d19

View File

@ -21,6 +21,8 @@
# include <config.h>
#endif
#include <sys/types.h>
#if HAVE_STRING_H
# include <string.h>
#endif