Skip to content

Commit

Permalink
Fix fcitx4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed May 15, 2023
1 parent 3c208a3 commit 131f6bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/unix/fcitx/eim.cc
Expand Up @@ -33,6 +33,10 @@
#include <fcitx/module.h>
#include <fcitx/keys.h>
#include <fcitx-config/xdg.h>

// Resolve macro naming conflict with absl.
#undef InvokeFunction

#include "fcitx_mozc.h"
#include "mozc_connection.h"
#include "mozc_response_parser.h"
Expand Down

0 comments on commit 131f6bf

Please sign in to comment.