Include config.h must be used with HAVE_CONFIG_H define.

This commit is contained in:
Romuald Conty 2010-01-14 15:53:49 +00:00
parent 15981b743e
commit 762079d066

View file

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