Skip to content

Commit 36e5eca

Browse files
committed
netlink: Include linux/if.h
We use IFNAMSIZ, so include if.h. Signed-off-by: Jeremy Kerr <[email protected]>
1 parent cc9a25f commit 36e5eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mctp-netlink.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <stdint.h>
44
#include <stddef.h>
55
#include <stdbool.h>
6+
#include <linux/if.h>
67
#include <linux/rtnetlink.h>
78

89
#include "mctp.h"

0 commit comments

Comments
 (0)