opnsense-ports/graphics/hdr_tools/files/patch-helpers.hh
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

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