13 lines
335 B
Diff
13 lines
335 B
Diff
|
diff --git a/src/frontend/filter-datatypes.c b/src/frontend/filter-datatypes.c
|
||
|
index 8aae1dd..49ed358 100644
|
||
|
--- a/src/frontend/filter-datatypes.c
|
||
|
+++ b/src/frontend/filter-datatypes.c
|
||
|
@@ -23,6 +23,7 @@
|
||
|
#include <string.h>
|
||
|
#include <math.h>
|
||
|
#define __USE_MISC
|
||
|
+#define __USE_XOPEN_EXTENDED
|
||
|
#include <time.h>
|
||
|
|
||
|
#include "filter.h"
|