diff options
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bplist.c b/src/bplist.c index 0140f88..78bbe4a 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -20,11 +20,13 @@ | |||
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include "plist.h" | ||
| 24 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 25 | #include <stdio.h> | 24 | #include <stdio.h> |
| 26 | #include <string.h> | 25 | #include <string.h> |
| 27 | 26 | ||
| 27 | #include <plist/plist.h> | ||
| 28 | #include "plist.h" | ||
| 29 | |||
| 28 | /* Magic marker and size. */ | 30 | /* Magic marker and size. */ |
| 29 | #define BPLIST_MAGIC ((uint8_t*)"bplist") | 31 | #define BPLIST_MAGIC ((uint8_t*)"bplist") |
| 30 | #define BPLIST_MAGIC_SIZE 6 | 32 | #define BPLIST_MAGIC_SIZE 6 |
