Include config.h must be used with HAVE_CONFIG_H define.
This commit is contained in:
parent
15981b743e
commit
762079d066
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@
|
||||||
|
|
||||||
#include <nfc/nfc-messages.h>
|
#include <nfc/nfc-messages.h>
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef HAVE_CONFIG_H
|
||||||
#include "../../config.h"
|
#include "config.h"
|
||||||
#endif // _WIN32
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
||||||
nfc_device_desc_t * nfc_pick_device (void);
|
nfc_device_desc_t * nfc_pick_device (void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue