dect
/
libdect
Archived
13
0
Fork 0

netlink: include dect_netlink.h

Fix compilation with current gccs which require enum definition.

Signed-off-by: Patrick McHardy <kaber@trash,net>
This commit is contained in:
Patrick McHardy 2011-04-23 14:14:58 +02:00
parent 77ace09859
commit 8dabcb35c6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <stdbool.h>
#include <stdarg.h>
#include <errno.h>
#include <linux/dect_netlink.h>
#include <netlink/netlink.h>
#include <netlink/object.h>