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

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

Revision 1.1, Tue Dec 27 10:46:11 2016 UTC (7 years, 4 months ago) by kirby
Branch: MAIN
CVS Tags: HEAD

restore gpscorrelate

$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);