From fa9ab8eeea0d80ba46c3e27f6dbf8fb2147da2e0 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sat, 29 Nov 2014 08:28:55 +0000 Subject: [PATCH] include svn path=/icecast/trunk/icecast/; revision=19361 --- src/auth_static.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/auth_static.c b/src/auth_static.c index 13769e82..648de2a0 100644 --- a/src/auth_static.c +++ b/src/auth_static.c @@ -14,6 +14,9 @@ #include #endif +/* for strcmp() and strdup() */ +#include + #include "auth.h" #include "client.h"