Windows: getopt usage in nfc-read-forum-tag3 fixed by referencing correct header

This commit is contained in:
Alex Lian 2013-01-27 23:22:35 -05:00 committed by Romuald Conty
parent 3c9d9a872c
commit 9eeaf33b94

View file

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