Windows: getopt usage in nfc-read-forum-tag3 fixed by referencing correct header
This commit is contained in:
parent
5aab7513cf
commit
3c9cfc5036
@ -55,6 +55,10 @@
|
|||||||
|
|
||||||
#include "nfc-utils.h"
|
#include "nfc-utils.h"
|
||||||
|
|
||||||
|
#if defined(WIN32) && defined(__GNUC__) /* mingw compiler */
|
||||||
|
#include <getopt.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static nfc_device *pnd;
|
static nfc_device *pnd;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user