diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h index 90cfa4a..8426bc0 100644 --- a/common/utils.h +++ b/common/utils.h @@ -33,6 +33,8 @@ #include <stdio.h> #include <plist/plist.h> +#define MAC_EPOCH 978307200 + #ifndef HAVE_STPCPY char *stpcpy(char *s1, const char *s2); #endif |