Maybe include <sys/types.h> and <sys/select.h>

This commit is contained in:
Love Hörnquist Åstrand
2011-05-22 17:14:29 -07:00
parent b019c085bd
commit 27f3d822cf

View File

@@ -35,6 +35,13 @@
#include "config.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>