From 69f189090877a8a60fd3a0fdbe0416f67346de26 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 18 Sep 2000 19:55:34 +0000 Subject: set this to 4 to specify how much X/Open we want with that. * e-dateedit.c (_XOPEN_SOURCE): set this to 4 to specify how much X/Open we want with that. svn path=/trunk/; revision=5491 --- widgets/misc/e-dateedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-dateedit.c') diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c index dac3cce0c6..6078066d9f 100644 --- a/widgets/misc/e-dateedit.c +++ b/widgets/misc/e-dateedit.c @@ -31,7 +31,7 @@ */ /* We need this for strptime. */ -#define _XOPEN_SOURCE +#define _XOPEN_SOURCE 4 #include #include -- cgit