From 27f3d822cfd7d5abb5adede48db939dd66c9cd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 May 2011 17:14:29 -0700 Subject: [PATCH] Maybe include and --- base/baselocl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/base/baselocl.h b/base/baselocl.h index b3c81b946..901e8606f 100644 --- a/base/baselocl.h +++ b/base/baselocl.h @@ -35,6 +35,13 @@ #include "config.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #include #include #include