diff options
-rw-r--r-- | genl/genl_utils.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/genl/genl_utils.h b/genl/genl_utils.h index a8d433a9..87b4f34c 100644 --- a/genl/genl_utils.h +++ b/genl/genl_utils.h @@ -2,11 +2,10 @@ #ifndef _TC_UTIL_H_ #define _TC_UTIL_H_ 1 +#include <linux/genetlink.h> #include "utils.h" -#include "linux/genetlink.h" -struct genl_util -{ +struct genl_util { struct genl_util *next; char name[16]; int (*parse_genlopt)(struct genl_util *fu, int argc, char **argv); |