avrdude: Compilation on Windows/MSVC

This commit is contained in:
Vojtech Kral 2018-05-04 16:06:53 +02:00
parent 68a570221b
commit 07817c8ee5
22 changed files with 2385 additions and 732 deletions

View file

@ -32,9 +32,12 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <sys/time.h>
#include <unistd.h>
#if !defined(WIN32NATIVE)
# include <sys/time.h>
#endif
#include "avrdude.h"
#include "libavrdude.h"