avrdude: Build fixes

This commit is contained in:
Vojtech Kral
2018-05-21 18:58:22 +02:00
parent 404fdbcfdf
commit fe21ca5510
5 changed files with 8 additions and 8 deletions
+7
View File
@@ -933,6 +933,13 @@ int read_config(const char * file);
}
#endif
// Header file for alloca()
#if defined(WIN32NATIVE)
# include <malloc.h>
#else
# include <alloca.h>
#endif
/* formerly confwin.h */