summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib_src_gretl__mt.c
blob: 6f7f0de3192fec10ac9bbb9e610d1a32a1540157 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- https://sourceforge.net/p/gretl/bugs/251/

--- lib/src/gretl_mt.c.orig	2021-10-02 09:01:37 UTC
+++ lib/src/gretl_mt.c
@@ -27,6 +27,8 @@
 # include <omp.h>
 #endif
 
+#include <unistd.h> // for sysconf
+
 /* for processors count */
 #if defined(WIN32)
 # include <windows.h>