From a8562c0a875a92487531140be5d52cc539b91ff0 Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Tue, 1 Nov 2016 14:20:15 +0100 Subject: [PATCH] added linux/module.h added missing header to resolve "expected declaration specifiers or '...' before string constant" build issues --- src/ts3init_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ts3init_module.c b/src/ts3init_module.c index 3c72335..c227601 100644 --- a/src/ts3init_module.c +++ b/src/ts3init_module.c @@ -14,6 +14,7 @@ */ #include +#include #include /* defined in ts3init_match.c */