]> git.lizzy.rs Git - minetest.git/blobdiff - src/serverlist.cpp
Prevent SIGFPE on entity tile loading issue. (#5178)
[minetest.git] / src / serverlist.cpp
index de7962a6890af8ed8fd84f7ed4b9065b7cb7b31d..87ca5dc04487c1ba5b74af2dd85b6449d744c66d 100644 (file)
@@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "porting.h"
 #include "log.h"
 #include "network/networkprotocol.h"
-#include "json/json.h"
+#include <json/json.h>
 #include "convert_json.h"
 #include "httpfetch.h"
 #include "util/string.h"