summaryrefslogtreecommitdiff
path: root/devel/popt/files/patch-popt.c
blob: 92d6f5b19587990ad6eb7afede93f871f061bc18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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"