mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
6ab109a673
Tracking issue: #31696
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"
|