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);