1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

avrdude: Use C99, fix alloca include in stk500

This commit is contained in:
Vojtech Kral
2018-05-15 16:16:09 +02:00
parent af360d7097
commit 4ac17daad2
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -35,7 +35,9 @@
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <malloc.h>
#if defined(WIN32NATIVE)
# include <malloc.h> /* for alloca() */
#endif
#include "avrdude.h"
#include "libavrdude.h"