forked from Lainports/opnsense-ports
12 lines
310 B
C++
12 lines
310 B
C++
--- src/sdk/scripting/squirrel/sqvm.cpp.orig 2017-10-31 23:32:38 UTC
|
|
+++ src/sdk/scripting/squirrel/sqvm.cpp
|
|
@@ -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"
|