Fix serverlist include

This commit is contained in:
Loic Blot 2015-02-18 16:26:23 +01:00
parent 82bfa2ee7b
commit 45ff8569d7
1 changed files with 1 additions and 1 deletions

View File

@ -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"