summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev-tuntap.c
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-02-19 12:29:23 +0100
committerDaniel Mack <github@zonque.org>2016-02-19 12:29:23 +0100
commita972e1e0b3af9dbe490c6433322c635d9e5ad875 (patch)
tree6536457db683e9258dfd57ae66385f93d518623a /src/network/networkd-netdev-tuntap.c
parentdfec18925e3ca4d850e01dcf65499fca47cb0589 (diff)
parent3a43755733292fde399548248a5ba158d9df27ac (diff)
Merge pull request #2661 from nwmcsween/nwmcsween
Include and internal struct member fixes.
Diffstat (limited to 'src/network/networkd-netdev-tuntap.c')
-rw-r--r--src/network/networkd-netdev-tuntap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-netdev-tuntap.c b/src/network/networkd-netdev-tuntap.c
index ab9a1b0426..cdf443862d 100644
--- a/src/network/networkd-netdev-tuntap.c
+++ b/src/network/networkd-netdev-tuntap.c
@@ -20,6 +20,7 @@
#include <net/if.h>
#include <sys/ioctl.h>
#include <linux/if_tun.h>
+#include <netinet/if_ether.h>
#include "alloc-util.h"
#include "fd-util.h"