diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-01-17 07:24:03 (GMT) |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-01-20 08:38:11 (GMT) |
commit | 1df1da9c6f72a1ebd28471cac81cd4a228828344 (patch) | |
tree | a1e811e57854da9c84e3592eacbcfbb4112661ed /lib | |
parent | 652aea2ba3293fc0acc029d0147424ca8867c070 (diff) | |
download | libnl-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.c | 1 |
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 */ |