diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-27 17:24:20 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-27 17:24:20 +0000 |
commit | 5c438b66e28c1dc2021068dcce0a612cf84fc51d (patch) | |
tree | 2f6367c412b041087690a2c5372a0d4bae8761de /src/include/linux/pfkeyv2.h | |
parent | a84fb01b965831ee0b45f70aa44cb333c7d98473 (diff) | |
download | strongswan-5c438b66e28c1dc2021068dcce0a612cf84fc51d.tar.bz2 strongswan-5c438b66e28c1dc2021068dcce0a612cf84fc51d.tar.xz |
removed dependencies on linux/types.h
Diffstat (limited to 'src/include/linux/pfkeyv2.h')
-rw-r--r-- | src/include/linux/pfkeyv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/linux/pfkeyv2.h b/src/include/linux/pfkeyv2.h index d5dd471da..5ef4e7b75 100644 --- a/src/include/linux/pfkeyv2.h +++ b/src/include/linux/pfkeyv2.h @@ -6,7 +6,7 @@ #ifndef _LINUX_PFKEY2_H #define _LINUX_PFKEY2_H -#include <linux/types.h> +#include <stdint.h> #define PF_KEY_V2 2 #define PFKEYV2_REVISION 199806L |