Add missing config.h to types.h

Without config.h the various HAVE_* macros are not used properly and
this causes a compilation error on OSX Mountain Lion.
This commit is contained in:
Mike McQuaid 2012-08-03 21:47:20 +02:00
parent d53aaa7cf3
commit e32f9ed4b8

View File

@ -26,6 +26,7 @@
#endif
/* Base Types */
#include "config.h"
#ifdef HAVE_LIMITS_H
#include <limits.h>