summaryrefslogtreecommitdiffstats
path: root/src/bplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bplist.c')
-rw-r--r--src/bplist.c4
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 @@
*/
-#include "plist.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <plist/plist.h>
+#include "plist.h"
+
/* Magic marker and size. */
#define BPLIST_MAGIC ((uint8_t*)"bplist")
#define BPLIST_MAGIC_SIZE 6