12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
$OpenBSD: patch-target-ppc_op_helper_c,v 1.3 2006/06/08 14:33:38 todd Exp $
|
|
--- target-ppc/op_helper.c.orig Fri May 5 22:29:25 2006
|
|
+++ target-ppc/op_helper.c Fri May 5 22:29:34 2006
|
|
@@ -17,6 +17,7 @@
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
+#include <math.h>
|
|
#include "exec.h"
|
|
|
|
#define MEMSUFFIX _raw
|