Windows: getopt usage in nfc-read-forum-tag3 fixed by referencing correct header
This commit is contained in:
parent
5aab7513cf
commit
3c9cfc5036
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
|||
|
||||
#include "nfc-utils.h"
|
||||
|
||||
#if defined(WIN32) && defined(__GNUC__) /* mingw compiler */
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
static nfc_device *pnd;
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue