Skip to content

Commit 1fe6ca1

Browse files
committed
Fix test with new include path
1 parent 0bd606a commit 1fe6ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testlibrary.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
*/
77

88
#include <string.h>
9+
#include "fcitx-utils/fcitxutils_export.h"
910
#include "fcitx-utils/library.h"
1011
#include "fcitx-utils/log.h"
11-
#include "fcitxutils_export.h"
1212

1313
#define DATA "AAAAAAAAA"
1414
#define MAGIC "MAGIC_TEST_DATA"

0 commit comments

Comments
 (0)