mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
14 lines
331 B
C++
14 lines
331 B
C++
--- ipelib/ipeplatform.cpp.orig 2020-12-24 12:20:13 UTC
|
|
+++ ipelib/ipeplatform.cpp
|
|
@@ -49,6 +49,11 @@
|
|
#include <sys/param.h>
|
|
#include <sys/errno.h>
|
|
#endif
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#include <limits.h>
|
|
+#include <xlocale.h>
|
|
+#include <sys/errno.h>
|
|
+#endif
|
|
|
|
#ifdef IPE_GSL
|
|
#include <gsl/gsl_errno.h>
|