From f83aa17768d68d5034131b442e131541637a65b6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 11 Aug 2014 02:21:27 +0000 Subject: revert previous; i missed that config.h needs sys/types.h and stdio.h for itself because it uses size_t and FILE... --- config.h.pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.pre b/config.h.pre index 05f0485c..1c3940de 100644 --- a/config.h.pre +++ b/config.h.pre @@ -4,3 +4,6 @@ #if defined(__linux__) || defined(__MINT__) # define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */ #endif + +#include +#include -- cgit v1.2.3