tools: play nice with mingw/cygwin

This commit is contained in:
Hoernchen
2013-10-25 01:11:44 +02:00
parent 7614a4d684
commit dbede4e3c0
8 changed files with 12 additions and 8 deletions

View File

@ -31,7 +31,7 @@
#ifndef _WIN32
#include <unistd.h>
#else
#include <Windows.h>
#include <windows.h>
#include <fcntl.h>
#include <io.h>
#include "getopt/getopt.h"