diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2015-02-18 16:26:23 +0100 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-02-18 16:26:23 +0100 |
commit | 45ff8569d7655b480456884745db4a23a07aa722 (patch) | |
tree | cf2cf06ff20151b269cd67ee36042edaa6192c52 /src | |
parent | 82bfa2ee7b90f678b687fb42405ca775c517be13 (diff) | |
download | minetest-45ff8569d7655b480456884745db4a23a07aa722.tar.gz minetest-45ff8569d7655b480456884745db4a23a07aa722.tar.bz2 minetest-45ff8569d7655b480456884745db4a23a07aa722.zip |
Fix serverlist include
Diffstat (limited to 'src')
-rw-r--r-- | src/serverlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverlist.cpp b/src/serverlist.cpp index a3353340e..6732e5ac9 100644 --- a/src/serverlist.cpp +++ b/src/serverlist.cpp @@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "filesys.h" #include "porting.h" #include "log.h" -#include "network/networkprotocol.h" +#include "clientserver.h" #include "json/json.h" #include "convert_json.h" #include "httpfetch.h" |