summaryrefslogtreecommitdiffstats
path: root/src/plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.c')
-rw-r--r--src/plist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.c b/src/plist.c
index 7def2b6..05af457 100644
--- a/src/plist.c
+++ b/src/plist.c
@@ -46,7 +46,7 @@
46#include <hashtable.h> 46#include <hashtable.h>
47#include <ptrarray.h> 47#include <ptrarray.h>
48 48
49#define MAC_EPOCH 978307200 49#include "common.h"
50 50
51#ifdef _MSC_VER 51#ifdef _MSC_VER
52typedef SSIZE_T ssize_t; 52typedef SSIZE_T ssize_t;