From 90622f52b759da91d6eb8b0eeb4e401a8a9dcd50 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 6 Mar 2013 19:36:32 +0100 Subject: [PATCH] conf.h: make it more standard --- libnfc/conf.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libnfc/conf.h b/libnfc/conf.h index 7ba1c72..ce7b8e2 100644 --- a/libnfc/conf.h +++ b/libnfc/conf.h @@ -14,7 +14,12 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see */ -#include "nfc-internal.h" +#ifndef __NFC_CONF_H__ +#define __NFC_CONF_H__ + +#include void conf_load(nfc_context *context); +#endif // __NFC_CONF_H__ +