summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helper-tokenize.c1
-rw-r--r--test/mode-test.c1
-rw-r--r--test/theme-parser-test.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/helper-tokenize.c b/test/helper-tokenize.c
index 1629303c..3e0f5a9e 100644
--- a/test/helper-tokenize.c
+++ b/test/helper-tokenize.c
@@ -40,6 +40,7 @@
#include "settings.h"
#include "rofi-types.h"
#include "widgets/textbox.h"
+#include "rofi-icon-fetcher.h"
#include <check.h>
diff --git a/test/mode-test.c b/test/mode-test.c
index 6c773a2b..88bbd7ef 100644
--- a/test/mode-test.c
+++ b/test/mode-test.c
@@ -46,6 +46,7 @@
#include <helper.h>
#include <check.h>
+#include "rofi-icon-fetcher.h"
ThemeWidget *rofi_theme = NULL;
diff --git a/test/theme-parser-test.c b/test/theme-parser-test.c
index 6d16c165..b09aa138 100644
--- a/test/theme-parser-test.c
+++ b/test/theme-parser-test.c
@@ -41,6 +41,7 @@
#include "css-colors.h"
#include "widgets/widget-internal.h"
#include "widgets/textbox.h"
+#include "rofi-icon-fetcher.h"
#include <check.h>