[BACK]Return to patch-unixtime_h CVS log [TXT][DIR] Up to [local] / qmapshack / gpscorrelate / patches

File: [local] / qmapshack / gpscorrelate / patches / patch-unixtime_h (download)

Revision 1.1, Sun Apr 3 18:56:42 2016 UTC (8 years ago) by kirby
Branch point for: MAIN

Initial revision

$OpenBSD$
--- unixtime.h.orig	Sun Mar 18 10:03:15 2012
+++ unixtime.h	Sun Mar 18 10:04:07 2012
@@ -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);