mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
17 lines
244 B
C++
17 lines
244 B
C++
--- helpers.hh.orig 2010-11-23 21:22:51 UTC
|
|
+++ helpers.hh
|
|
@@ -35,6 +35,14 @@
|
|
|
|
#include <stdint.h>
|
|
|
|
+#if defined __FreeBSD__
|
|
+#include <osreldate.h>
|
|
+#if __FreeBSD_version < 1000034
|
|
+extern "C" {
|
|
+#include <mathl.h>
|
|
+}
|
|
+#endif
|
|
+#endif
|
|
|
|
|
|
|