commit | 426708b90d8a686b6e3349f17e4b0452d31800e6 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Oct 10 11:34:36 2024 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Oct 11 08:08:27 2024 -0700 |
tree | fc6243cc50c6623f92d8ac0f109d56aa9f903890 | |
parent | 6f3c1bf17f3c1cb5d569382b101bc9079456d0b1 [diff] [blame] |
libnetdevice: support host Bug: 372814636 Test: verified with b/372814636 test service Change-Id: I96b51cc90c08090b6bf28175b687820ff587abfd
diff --git a/automotive/can/1.0/default/libnetdevice/libnetdevice.cpp b/automotive/can/1.0/default/libnetdevice/libnetdevice.cpp index 413b4b1..e5a5719 100644 --- a/automotive/can/1.0/default/libnetdevice/libnetdevice.cpp +++ b/automotive/can/1.0/default/libnetdevice/libnetdevice.cpp
@@ -26,6 +26,7 @@ #include <linux/can.h> #include <linux/rtnetlink.h> #include <net/if.h> +#include <sys/ioctl.h> #include <algorithm> #include <iterator>