1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/biology/nab/files/patch-src: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
384 B
C

--- src/database.c.orig Thu Nov 16 15:37:11 2000
+++ src/database.c Fri Feb 14 12:15:53 2003
@@ -64,6 +64,13 @@
* The TOTAL database name MUST NEVER be longer than
* can be contained in the String object.
*/
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
+
+#if defined(BSD)
+#include <math.h>
+#endif