getopt for MINGW

This commit is contained in:
jarod42 2004-05-17 16:49:15 +00:00
parent 81669f4f03
commit 57304aad01

View file

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