Browse Source

added linux/module.h

added missing header to resolve "expected declaration specifiers or '...' before string constant" build issues
pull/1/head
Sven Paulsen 8 years ago committed by GitHub
parent
commit
a8562c0a87
  1. 1
      src/ts3init_module.c

1
src/ts3init_module.c

@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/netfilter/x_tables.h>
/* defined in ts3init_match.c */

Loading…
Cancel
Save