We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bad20b commit 8f784a8Copy full SHA for 8f784a8
tests/AllTests.c
@@ -1,13 +1,14 @@
1
-#include "AllTests.h"
2
-
3
-#include <time.h>
4
#if defined(_WIN32) || defined(WIN32)
5
#include "getopt.h"
6
#else
7
-#define _POSIX_C_SOURCE 2
+// For getopt
+#define _XOPEN_SOURCE 600
8
#include <unistd.h>
9
#endif
10
+#include <time.h>
+#include "AllTests.h"
11
+
12
typedef struct {
13
int linear_alg;
14
int phasing;
0 commit comments