blob: a56112aed495e53dd51690632a061b465d0f6cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -urb cronolog-1.6.2/src/cronoutils.c cronolog-1.6.2-patched/src/cronoutils.c
--- cronolog-1.6.2/src/cronoutils.c 2001-05-03 09:43:21.000000000 -0700
+++ cronolog-1.6.2/src/cronoutils.c 2008-01-05 22:08:42.000000000 -0800
@@ -69,6 +69,8 @@
*
*/
+#define _GNU_SOURCE
+
#include "cronoutils.h"
extern char *tzname[2];
|