diff options
-rw-r--r-- | src/eom-exif-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eom-exif-util.c b/src/eom-exif-util.c index 12b27f0..8ff9636 100644 --- a/src/eom-exif-util.c +++ b/src/eom-exif-util.c @@ -30,6 +30,7 @@ #ifdef HAVE_STRPTIME #define _XOPEN_SOURCE +#define _XOPEN_SOURCE_EXTENDED 1 #endif #include <time.h> |