mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
Windows: getopt usage in nfc-read-forum-tag3 fixed by referencing correct header
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user