diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-10-04 11:36:31 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-10-04 11:36:31 +0200 |
| commit | cab30e536763c9d02e720867279ee3cde1f41763 (patch) | |
| tree | be06430c891935c713834f4822acf8bff252bed8 /package/tzdata/patches/patch-localtime_c | |
| parent | d4f11ef90a78d15e2f39800831e9dec1be1a9d1a (diff) | |
fix compile error on Darwin
Diffstat (limited to 'package/tzdata/patches/patch-localtime_c')
| -rw-r--r-- | package/tzdata/patches/patch-localtime_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/tzdata/patches/patch-localtime_c b/package/tzdata/patches/patch-localtime_c new file mode 100644 index 000000000..62ddda50c --- /dev/null +++ b/package/tzdata/patches/patch-localtime_c @@ -0,0 +1,10 @@ +--- w-tzdata-2013d-1.orig/localtime.c 2013-05-28 06:26:18.000000000 +0200 ++++ w-tzdata-2013d-1/localtime.c 2013-10-04 11:35:35.000000000 +0200 +@@ -10,6 +10,7 @@ + + /*LINTLIBRARY*/ + ++#include <stdint.h> + #include "private.h" + #include "tzfile.h" + #include "fcntl.h" |
