mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
13 lines
276 B
C
13 lines
276 B
C
- 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>
|