mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
10 lines
299 B
C
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);
|