From: Perttu Ahola Date: Sun, 24 Apr 2011 21:31:22 +0000 (+0300) Subject: fix to the previous commit X-Git-Tag: 0.2.20110731_3~235 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c4351b9b24103393f699695e2dddc25dfb94f31;p=oweals%2Fminetest.git fix to the previous commit --- diff --git a/src/server.cpp b/src/server.cpp index aba105083..20a14fca3 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "voxel.h" #include "materials.h" #include "mineral.h" +#include "config.h" #define BLOCK_EMERGE_FLAG_FROMDISK (1<<0)