Attempt to fix the build on ia64.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2004-11-25 20:27:13 +00:00
parent 8c524bb5e8
commit 61c89d37e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122430

View file

@ -1,16 +1,17 @@
--- src/main.c.orig Sun Apr 15 16:27:51 2001 --- src/main.c.orig Sun Feb 8 08:42:01 2004
+++ src/main.c Thu May 30 23:14:44 2002 +++ src/main.c Thu Nov 25 15:25:34 2004
@@ -17,7 +17,7 @@ @@ -27,7 +27,8 @@
#include <tree.h> /* libxml */ #endif
#ifdef __FreeBSD__ #ifdef __FreeBSD__
-#include <floatingpoint.h> -#include <floatingpoint.h>
+#include <sys/types.h>
+#include <ieeefp.h> +#include <ieeefp.h>
#endif #endif
#include <string.h>
#include "sodipodi-private.h" #include <signal.h>
@@ -357,7 +357,7 @@ @@ -216,7 +217,7 @@
result = sp_main_console (argc, argv);
} }
-#ifdef __FreeBSD__ -#ifdef __FreeBSD__