9
0
Fork 0

lib/tun: Add missing #include to net/if.h for IFNAMSIZ

Change-Id: I979867d643c9fa912884fe55105333dbad39ab97
This commit is contained in:
Harald Welte 2017-08-12 15:09:08 +02:00
parent 8ffd7fc782
commit c55ece8d91
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef _TUN_H
#define _TUN_H
#include <net/if.h>
#include "../lib/in46_addr.h"
#define PACKET_MAX 8196 /* Maximum packet size we receive */