blob: d1fec376adcf90f2dba59c94595ede864fcc98be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- xpfe/bootstrap/nsAppRunner.cpp.orig Mon Nov 26 16:53:29 2001
+++ xpfe/bootstrap/nsAppRunner.cpp Mon Nov 26 16:54:12 2001
@@ -1060,7 +1060,7 @@
#if defined(FREEBSD)
// pick up fpsetmask prototype.
-#include <floatingpoint.h>
+#include <ieeefp.h>
#endif
// Note: nativeApp is an owning reference that this function has responsibility
|