mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
a1ab1ee112
PR: 52786 Submitted by: M. L. Dodson <bdodson@scms.utmb.EDU> (maintainer)
17 lines
384 B
C
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
|
|
|
|
|
|
|