diff options
Diffstat (limited to 'src/desktop_vec.c')
-rw-r--r-- | src/desktop_vec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop_vec.c b/src/desktop_vec.c index f559551..102dd67 100644 --- a/src/desktop_vec.c +++ b/src/desktop_vec.c @@ -4,7 +4,7 @@ #include "fuzzy_match.h" #include "log.h" #include "string_vec.h" -#include "utf8.h" +#include "unicode.h" #include "xmalloc.h" static bool match_current_desktop(char * const *desktop_list, gsize length); |