summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/serverlist.cpp2
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"