You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
87605673a0
- Switch to wxgtk30 as default variant Closes: https://trac.macports.org/ticket/56894
13 lines
358 B
Diff
13 lines
358 B
Diff
--- src/sdk/scripting/squirrel/sqvm.cpp.orig 2017-10-31 17:32:38.000000000 -0600
|
|
+++ src/sdk/scripting/squirrel/sqvm.cpp 2018-07-31 13:00:07.000000000 -0600
|
|
@@ -1,8 +1,8 @@
|
|
/*
|
|
see copyright notice in squirrel.h
|
|
*/
|
|
-#include "sqpcheader.h"
|
|
#include <math.h>
|
|
+#include "sqpcheader.h"
|
|
#include <stdlib.h>
|
|
#include "sqopcodes.h"
|
|
#include "sqfuncproto.h"
|