Commit 51aa8940 authored by mercury233's avatar mercury233

fix

parent 7d42cdb9
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netdb.h> #include <netdb.h>
#include <unistd.h> #include <unistd.h>
#include <locale.h>
#define SD_BOTH 2 #define SD_BOTH 2
#define SOCKET int #define SOCKET int
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "game.h" #include "game.h"
#include "data_manager.h" #include "data_manager.h"
#include <event2/thread.h> #include <event2/thread.h>
#include <locale.h>
int enable_log = 0; int enable_log = 0;
bool exit_on_return = false; bool exit_on_return = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment