diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index beb4a2b..c71ef4a 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,10 @@ #ifndef COMMON_H #define COMMON_H +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #define PLIST_LITTLE_ENDIAN 0 #define PLIST_BIG_ENDIAN 1 |