fix a missing sys/types.h

This commit is contained in:
Bill Currie 2001-10-16 16:25:32 +00:00
parent 3daab16065
commit f18974bd89

View file

@ -30,6 +30,9 @@ static const char rcsid[] =
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif