local include of pfkeyv2.h and netlink.h

This commit is contained in:
Andreas Steffen 2007-04-29 19:23:56 +00:00
parent a26b6acf92
commit ffef96bbad
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/* The definitions, required to talk to KAME racoon IKE. */
#include <linux/pfkeyv2.h>
#include "pfkeyv2.h"
#define IPSEC_PORT_ANY 0
#define IPSEC_ULPROTO_ANY 255

View File

@ -1,7 +1,7 @@
#ifndef __LINUX_RTNETLINK_H
#define __LINUX_RTNETLINK_H
#include <linux/netlink.h>
#include "netlink.h"
/****
* Routing/neighbour discovery messages.