From d04a505cd1bf871763b6ad1c26889e920509b956 Mon Sep 17 00:00:00 2001 From: Thorben Weber Date: Sun, 7 Apr 2013 03:18:36 +0200 Subject: usb.h needs sys/types.h and linux/limits.h on some systems --- weatherstation.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weatherstation.c b/weatherstation.c index c8b6fcf..d3bbb5f 100644 --- a/weatherstation.c +++ b/weatherstation.c @@ -14,6 +14,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef __linux__ +#include +#endif +#include #include #include #include -- cgit v1.2.3