mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
11 lines
300 B
C++
11 lines
300 B
C++
--- src/FLTK/fl_funcs.cpp.orig 2024-03-16 22:11:54.230417000 +0100
|
|
+++ src/FLTK/fl_funcs.cpp 2024-03-16 22:12:06.912058000 +0100
|
|
@@ -19,6 +19,7 @@
|
|
#include <signal.h>
|
|
#include <time.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/syslimits.h>
|
|
#include <pthread.h>
|
|
|
|
#ifndef WIN32
|
|
#include <sys/wait.h>
|