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"