Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hchunhui committed Mar 30, 2024
1 parent c560226 commit 1a75793
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions patches/librime/charcode-drop-boost-asio.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
--- a/plugins/charcode/src/codepoint_translator.cc
+++ b/plugins/charcode/src/codepoint_translator.cc
@@ -5,9 +5,7 @@
@@ -5,7 +5,7 @@
// 2016-09-08 osfans <waxaca@163.com>
//

-#ifdef _WIN32
-#include <WinSock2.h>
-#endif
-#include <boost/asio.hpp>
+#include <arpa/inet.h>
#include <boost/algorithm/string.hpp>
#include <boost/locale.hpp>
Expand Down

0 comments on commit 1a75793

Please sign in to comment.