From 8c2751f8c7e696fca895aebfafc7e668f3afe85c Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Thu, 29 Jan 2009 19:20:40 +0100 Subject: Add some static declarations. --- src/bplist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bplist.c') 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 #include #include +#include +#include "plist.h" + /* Magic marker and size. */ #define BPLIST_MAGIC ((uint8_t*)"bplist") #define BPLIST_MAGIC_SIZE 6 -- cgit v1.1-32-gdbae