$OpenBSD: patch-src_twitux-parser_c,v 1.1 2012/05/20 19:55:55 naddy Exp $ Needed for strptime(3). --- src/twitux-parser.c.orig Sun May 20 13:45:46 2012 +++ src/twitux-parser.c Sun May 20 13:46:21 2012 @@ -27,6 +27,7 @@ * Just make sure we include the prototype for strptime as well */ #define _XOPEN_SOURCE +#define _XOPEN_SOURCE_EXTENDED 1 #include <time.h> #include <string.h> /* for g_memmove - memmove */