From 16f85ed04049501bf5ac932a5ae44627d76ef747 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 24 Nov 2013 20:43:49 +0100 Subject: include: fix possible clash in ifdef namespace Use _LIBNFTABLES_ prefix to avoid possible clash with headers that are defined in other libraries that may be used by third party applications. Signed-off-by: Pablo Neira Ayuso --- include/libnftables/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libnftables/common.h') diff --git a/include/libnftables/common.h b/include/libnftables/common.h index d19a84b..2283d72 100644 --- a/include/libnftables/common.h +++ b/include/libnftables/common.h @@ -1,5 +1,5 @@ -#ifndef _COMMON_H_ -#define _COMMON_H_ +#ifndef _LIBNFTABLES_COMMON_H_ +#define _LIBNFTABLES_COMMON_H_ enum nft_output_type { NFT_OUTPUT_DEFAULT = 0, -- cgit v1.2.3