ports/astro/gpscorrelate/files/patch-unixtime.h
Dmitry Marakasov 5eb3f499d9 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-12-14 01:07:57 +00:00

10 lines
299 B
C

--- unixtime.h.orig 2012-08-14 10:11:01 UTC
+++ unixtime.h
@@ -27,6 +27,7 @@
#define EXIF_DATE_FORMAT "%d:%d:%d %d:%d:%d"
#define GPX_DATE_FORMAT "%d-%d-%dT%d:%d:%dZ"
+#include <sys/types.h>
time_t ConvertToUnixTime(char* StringTime, char* Format,
int TZOffsetHours, int TZOffsetMinutes);