mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
Include config.h must be used with HAVE_CONFIG_H define.
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
|
||||
#include <nfc/nfc-messages.h>
|
||||
|
||||
#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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user