]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/filecache.cpp
Mapgen V6: Respect water_level setting
[dragonfireclient.git] / src / filecache.cpp
index 716c769aab4f05dca3775c8113c49974ed7fef97..c4de6cf8220bfc8f6db0e0323e44a0bba1bb3f30 100644 (file)
@@ -1,7 +1,7 @@
 /*
-Minetest-c55
-Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
-Copyright (C) 2012 Jonathan Neuschäfer <j.neuschaefer@gmx.net>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
+Copyright (C) 2013 Jonathan Neuschäfer <j.neuschaefer@gmx.net>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <iostream>
 #include <fstream>
 #include <sstream>
+#include <stdlib.h>
 
 bool FileCache::loadByPath(const std::string &path, std::ostream &os)
 {