aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.h')
-rw-r--r--src/support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/support.h b/src/support.h
index 48786e8e2..bebbbdad0 100644
--- a/src/support.h
+++ b/src/support.h
@@ -24,7 +24,9 @@
#include <glib.h>
+#ifndef HAVE_STRCASESTR
const char *strcasestr(const char *haystack, const char *needle);
+#endif
#ifndef NCMPC_MINI