getopt for MINGW
This commit is contained in:
parent
81669f4f03
commit
57304aad01
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ void _hash_stat(void* tab, int size, struct hash_st* st)
|
|||
** an 'argument required' error.
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
|
||||
#include <io.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue