Skip to content

Commit

Permalink
trying to fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Apr 27, 2023
1 parent 4a36b2a commit fed84f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tunnel/platform_linux/layer_netlink_v4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
#include <cstdint>
#include <iostream>

#include <linux/if.h>
#include <sys/socket.h>
#include <sys/types.h>

#include <linux/if.h>

#include <linux/netlink.h>
#include <linux/rtnetlink.h>

Expand Down

0 comments on commit fed84f6

Please sign in to comment.