summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-22 14:21:55 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-22 14:21:55 +0300
commitc1844a921d507b54b6170e2aee5293dc802c26cb (patch)
tree4c9491899496e21567ff5d649be02e328d4d7432
parent051c0048d8068b8690eee70e5491751e12c0fa30 (diff)
downloadminetest-c1844a921d507b54b6170e2aee5293dc802c26cb.tar.gz
minetest-c1844a921d507b54b6170e2aee5293dc802c26cb.tar.bz2
minetest-c1844a921d507b54b6170e2aee5293dc802c26cb.zip
fixed servermain.cpp lacking filesys.h
-rw-r--r--src/servermain.cpp1
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.