Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / lib / tunalloc.c
index 4cb2f8e..b2484b9 100644 (file)
@@ -6,10 +6,12 @@
  * new tuntap interface. Interface name can be acquired via TUNGETIFF ioctl.
  */
 
+#include <config.h>
 #include <sys/un.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <unistd.h>
 #include <errno.h>
 #include <sys/socket.h>
 #include <linux/if.h>