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 @@ | |||
| 1 | #ifndef COMMON_H | 1 | #ifndef COMMON_H |
| 2 | #define COMMON_H | 2 | #define COMMON_H |
| 3 | 3 | ||
| 4 | #ifdef HAVE_CONFIG_H | ||
| 5 | #include <config.h> | ||
| 6 | #endif | ||
| 7 | |||
| 4 | #define PLIST_LITTLE_ENDIAN 0 | 8 | #define PLIST_LITTLE_ENDIAN 0 |
| 5 | #define PLIST_BIG_ENDIAN 1 | 9 | #define PLIST_BIG_ENDIAN 1 |
| 6 | 10 | ||
