commit | adb8ffe4759e879cf1a0d7b569271ab64b66f38d | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon Jul 17 13:44:22 2023 -0700 |
committer | Willy Tu <wltu@google.com> | Mon Jul 17 13:54:07 2023 -0700 |
tree | 7c9788c2f99e8a44c169d98c4e3e487bed210ac9 | |
parent | bb53161d64a2af77a2a396ee4370b5c1255b73f9 [diff] [blame] |
iwyu: Cleanup include headers Triggered iwyu and add/remove used headers. Change-Id: Iadbdb459563b3c89baf2d56f90a540342d020cd5 Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/subprojects/ncsid/src/normalize_mac.c b/subprojects/ncsid/src/normalize_mac.c index 6c6aa6c..db92cd5 100644 --- a/subprojects/ncsid/src/normalize_mac.c +++ b/subprojects/ncsid/src/normalize_mac.c
@@ -15,6 +15,7 @@ */ #include <inttypes.h> +#include <linux/if_ether.h> #include <net/ethernet.h> #include <stdio.h>