mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
10 lines
255 B
C
10 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>
|
|
|
|
//--------------------------------------------------------------------------
|
|
|