diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/linux/socket_netlink_util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_netlink_util.cc b/test/syscalls/linux/socket_netlink_util.cc index ee0e03966..edf549544 100644 --- a/test/syscalls/linux/socket_netlink_util.cc +++ b/test/syscalls/linux/socket_netlink_util.cc @@ -12,11 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include <sys/socket.h> + #include <linux/if_arp.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> -#include <sys/socket.h> #include <vector> #include "absl/strings/str_cat.h" |