Merge pull request #687 from mikemcquaid/master

Add missing config.h to types.h
This commit is contained in:
Marc-André Moreau 2012-08-03 12:54:39 -07:00
commit 6d5b0e0120
1 changed files with 1 additions and 0 deletions

View File

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