diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-22 14:21:55 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-22 14:21:55 +0300 |
commit | c1844a921d507b54b6170e2aee5293dc802c26cb (patch) | |
tree | 4c9491899496e21567ff5d649be02e328d4d7432 | |
parent | 051c0048d8068b8690eee70e5491751e12c0fa30 (diff) | |
download | minetest-c1844a921d507b54b6170e2aee5293dc802c26cb.tar.gz minetest-c1844a921d507b54b6170e2aee5293dc802c26cb.tar.bz2 minetest-c1844a921d507b54b6170e2aee5293dc802c26cb.zip |
fixed servermain.cpp lacking filesys.h
-rw-r--r-- | src/servermain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/servermain.cpp b/src/servermain.cpp index 91b31fb58..146c548c5 100644 --- a/src/servermain.cpp +++ b/src/servermain.cpp @@ -69,6 +69,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "materials.h" #include "config.h" #include "mineral.h" +#include "filesys.h" /* Settings. |