freebsd-ports/devel/popt/files/patch-popt.c
Maxim Sobolev f2f4bdb213 Update to 1.5.1.
No responce from:	maintainer
2001-02-09 17:49:10 +00:00

15 lines
237 B
C

$FreeBSD$
--- popt.c 2001/01/31 09:50:38 1.1
+++ popt.c 2001/01/31 09:51:08
@@ -5,6 +5,9 @@
#include "system.h"
#include <math.h>
+#ifdef __FreeBSD__
+#include <machine/float.h>
+#endif
#include "findme.h"
#include "poptint.h"