1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

avrdude: Build fixes

This commit is contained in:
Vojtech Kral
2018-05-16 14:55:42 +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 */