Skip to content

Commit

Permalink
Fix test with new include path
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Dec 29, 2024
1 parent 0bd606a commit 1fe6ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testlibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/

#include <string.h>
#include "fcitx-utils/fcitxutils_export.h"
#include "fcitx-utils/library.h"
#include "fcitx-utils/log.h"
#include "fcitxutils_export.h"

#define DATA "AAAAAAAAA"
#define MAGIC "MAGIC_TEST_DATA"
Expand Down

0 comments on commit 1fe6ca1

Please sign in to comment.