mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
12 lines
253 B
C
12 lines
253 B
C
--- popt.c.orig 2010-01-19 00:39:10 UTC
|
|
+++ popt.c
|
|
@@ -22,6 +22,9 @@ extern long long int strtoll(const char *nptr, /*@null
|
|
#include <float.h>
|
|
#endif
|
|
#include <math.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <machine/float.h>
|
|
+#endif
|
|
|
|
#include "poptint.h"
|
|
|