mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Details: - New release 17.12, changelog on http://www.codeblocks.org/downloads/binaries/changelog - This includes fixes for stability of the application which should allow to close bug #223826 and bug #197888 PR: 224835 Submitted by: lbartoletti@tuxfamily.org (maintainer) MFH: 2018Q1
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"
|