diff options
| author | oy <Tom_Adams@web.de> | 2011-04-01 17:25:02 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-01 17:25:02 +0200 |
| commit | 62884920d3c361d253a84687f9e46d5ab7c5beb1 (patch) | |
| tree | ef9455744605eec08a4ca6af5644059037ab74f2 /src | |
| parent | ceb73390062f9b76be156d48d7d9dcbe901b4ec4 (diff) | |
| download | zcatch-62884920d3c361d253a84687f9e46d5ab7c5beb1.tar.gz zcatch-62884920d3c361d253a84687f9e46d5ab7c5beb1.zip | |
fixed compiling of tileset_borderfix
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tileset_borderfix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tileset_borderfix.cpp b/src/tools/tileset_borderfix.cpp index 9541919f..d28e3074 100644 --- a/src/tools/tileset_borderfix.cpp +++ b/src/tools/tileset_borderfix.cpp @@ -1,5 +1,6 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ +#include <stdlib.h> #include <base/system.h> #include <engine/external/pnglite/pnglite.h> |