diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2020-07-08 08:41:24 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2020-07-08 08:41:24 -0700 |
commit | 06897857827dc58156974e3536524f1d213d7f66 (patch) | |
tree | 80ed059444cffbdb98a97c84a66fd896ac472bf1 /genl/genl_utils.h | |
parent | a12b203c789b0f16acef4e3815d19e95adbba19b (diff) |
genl: use <> for system includes
Be consistent about local versus system headers.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'genl/genl_utils.h')
-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); |