From: Loic Blot Date: Wed, 18 Feb 2015 15:26:23 +0000 (+0100) Subject: Fix serverlist include X-Git-Tag: 0.4.12~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45ff8569d7655b480456884745db4a23a07aa722;p=oweals%2Fminetest.git Fix serverlist include --- 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"