Updating branch refs/heads/master
         to 02558f98881c8d526c92beedde466be7ba9aa25b (commit)
       from e27bff4d26d8a60f8f415d0a96be581bbb816860 (commit)

commit 02558f98881c8d526c92beedde466be7ba9aa25b
Author: Juha <j...@xfce.org>
Date:   Mon Jan 28 13:35:59 2013 +0200

    4.8.3.4 Fixed bug 9243 missing files
    
    Forgot to add those files.

 src/appointment.c |    1 +
 src/functions.c   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/appointment.c b/src/appointment.c
index 6b15405..2751aff 100644
--- a/src/appointment.c
+++ b/src/appointment.c
@@ -26,6 +26,7 @@
 #endif
 
 #define _XOPEN_SOURCE /* glibc2 needs this */
+#define _XOPEN_SOURCE_EXTENDED 1 /* strptime needs this in posix systems */
 
 #include <sys/types.h>
 #include <sys/stat.h>
diff --git a/src/functions.c b/src/functions.c
index c53dd6d..12cb014 100644
--- a/src/functions.c
+++ b/src/functions.c
@@ -22,6 +22,7 @@
  */
 
 #define _XOPEN_SOURCE /* glibc2 needs this */
+#define _XOPEN_SOURCE_EXTENDED 1 /* strptime needs this in posix systems */
 
 #include <stdio.h>
 #include <stdlib.h>
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to