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:
parent
d53aaa7cf3
commit
e32f9ed4b8
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
/* Base Types */
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
|
Loading…
Reference in New Issue
Block a user