1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/biology/nab/files/patch-tleap:database.c
Daichi GOTO a1ab1ee112 update biology/nab: 4.4 -> 4.5.1
PR:		52786
Submitted by:	M. L. Dodson <bdodson@scms.utmb.EDU> (maintainer)
2003-07-08 11:50:36 +00:00

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