freebsd-ports/math/lingeling/files/patch-lglib.h
2023-01-04 02:51:57 -08:00

11 lines
255 B
C

--- lglib.h.orig 2023-01-03 22:21:39 UTC
+++ lglib.h
@@ -7,6 +7,7 @@
#include <stdio.h> // for 'FILE'
#include <stdlib.h> // for 'int64_t'
+#include <sys/types.h>
//--------------------------------------------------------------------------