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
parent 5aab7513cf
commit 3c9cfc5036

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