summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-01-17 07:24:03 (GMT)
committerTobias Klauser <tklauser@distanz.ch>2017-01-20 08:38:11 (GMT)
commit1df1da9c6f72a1ebd28471cac81cd4a228828344 (patch)
treea1e811e57854da9c84e3592eacbcfbb4112661ed /lib
parent652aea2ba3293fc0acc029d0147424ca8867c070 (diff)
downloadlibnl-1df1da9c6f72a1ebd28471cac81cd4a228828344.zip
libnl-1df1da9c6f72a1ebd28471cac81cd4a228828344.tar.gz
libnl-1df1da9c6f72a1ebd28471cac81cd4a228828344.tar.bz2
xfrm/ae: Include own public header for function prototypes
Include the own public header in order to get function prototypes for all public functions defined in this module. This fixes GCC -Wmissing-prototype warnings. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/xfrm/ae.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xfrm/ae.c b/lib/xfrm/ae.c
index e802d7a..8e82c9a 100644
--- a/lib/xfrm/ae.c
+++ b/lib/xfrm/ae.c
@@ -123,6 +123,7 @@
#include <netlink/netlink.h>
#include <netlink/cache.h>
#include <netlink/object.h>
+#include <netlink/xfrm/ae.h>
#include <linux/xfrm.h>
/** @cond SKIP */