diff options
Diffstat (limited to 'www/mozilla/files/patch-xpfe::bootstrap::nsAppRunner.cpp')
-rw-r--r-- | www/mozilla/files/patch-xpfe::bootstrap::nsAppRunner.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-xpfe::bootstrap::nsAppRunner.cpp b/www/mozilla/files/patch-xpfe::bootstrap::nsAppRunner.cpp new file mode 100644 index 00000000000..d1fec376adc --- /dev/null +++ b/www/mozilla/files/patch-xpfe::bootstrap::nsAppRunner.cpp @@ -0,0 +1,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 |