From Barry Miller via bug 4258:

Include sys/types.h to make it compile on OpenBSD 4.5.

svn path=/trunk/; revision=31051
This commit is contained in:
Stig Bjørlykke 2009-11-23 08:47:25 +00:00
parent 4ec2ef9bf3
commit 2a6f8f21fc
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@
#include "config.h"
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif