summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/treeview.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index d730e748a..22df7c964 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -22,6 +22,8 @@
* Treeview handling implementation.
*/
+#define _GNU_SOURCE /* strcasestr needs this for string.h */
+
#include <string.h>
#include "utils/utils.h"