From 1d1beab8c25713f8c8880b4d32c266e9d9e1a337 Mon Sep 17 00:00:00 2001 From: Guillaume Nault Date: Wed, 24 Oct 2018 16:36:15 +0200 Subject: vlan_mon: make vlan_mon.h self-contained We need to include to define 'uint16_t'. Signed-off-by: Guillaume Nault --- accel-pppd/include/vlan_mon.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accel-pppd/include/vlan_mon.h b/accel-pppd/include/vlan_mon.h index 23d5e60..673150b 100644 --- a/accel-pppd/include/vlan_mon.h +++ b/accel-pppd/include/vlan_mon.h @@ -1,6 +1,8 @@ #ifndef __VLAN_MON_H #define __VLAN_MON_H +#include + typedef void (*vlan_mon_notify)(int ifindex, int vid, int vlan_ifindex); void vlan_mon_register_proto(uint16_t proto, vlan_mon_notify cb); -- cgit v1.2.3