From 762079d0663063a7ac8f46ee3338c8d2e9e1133f Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 14 Jan 2010 15:53:49 +0000 Subject: [PATCH] Include config.h must be used with HAVE_CONFIG_H define. --- src/lib/nfc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/nfc.c b/src/lib/nfc.c index 156e55b..868d60a 100644 --- a/src/lib/nfc.c +++ b/src/lib/nfc.c @@ -35,9 +35,9 @@ #include -#ifndef _WIN32 - #include "../../config.h" -#endif // _WIN32 +#ifndef HAVE_CONFIG_H + #include "config.h" +#endif // HAVE_CONFIG_H nfc_device_desc_t * nfc_pick_device (void);