From 5e5e23e79dbc4cf581a09149885fef178bc07725 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 6 Apr 2013 09:52:33 +0200 Subject: The uapi include split in the package itself Signed-off-by: Jozsef Kadlecsik --- include/libipset/linux_ip_set_list.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/libipset/linux_ip_set_list.h') diff --git a/include/libipset/linux_ip_set_list.h b/include/libipset/linux_ip_set_list.h index 2395aa2..a44efaa 100644 --- a/include/libipset/linux_ip_set_list.h +++ b/include/libipset/linux_ip_set_list.h @@ -1,5 +1,5 @@ -#ifndef __IP_SET_LIST_H -#define __IP_SET_LIST_H +#ifndef _UAPI__IP_SET_LIST_H +#define _UAPI__IP_SET_LIST_H /* List type specific error codes */ enum { @@ -17,4 +17,5 @@ enum { IPSET_ERR_REF_EXIST, }; -#endif /* __IP_SET_LIST_H */ + +#endif /* _UAPI__IP_SET_LIST_H */ -- cgit v1.2.3