Include config.h must be used with HAVE_CONFIG_H define.
This commit is contained in:
parent
15981b743e
commit
762079d066
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user