mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
a1ab1ee112
PR: 52786 Submitted by: M. L. Dodson <bdodson@scms.utmb.EDU> (maintainer)
17 lines
269 B
C
17 lines
269 B
C
--- tleap/database.c.orig Sat Nov 9 18:36:58 2002
|
|
+++ tleap/database.c Wed Jan 29 09:56:46 2003
|
|
@@ -185,6 +185,13 @@
|
|
}
|
|
|
|
|
|
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
|
+#include <sys/param.h>
|
|
+#endif
|
|
+
|
|
+#if defined(BSD)
|
|
+#include <math.h>
|
|
+#endif
|
|
|
|
|
|
|