MINGW-packages/mingw-w64-avrdude/0002-missing-include.patch
2025-01-12 15:53:38 +01:00

11 lines
262 B
Diff

--- avrdude-8.0/src/avrdude.h.orig 2025-01-12 15:51:31.535158800 +0100
+++ avrdude-8.0/src/avrdude.h 2025-01-12 15:51:34.737728900 +0100
@@ -20,6 +20,7 @@
#define avrdude_h
#include <stdio.h>
+#include <stdlib.h>
#define SYSTEM_CONF_FILE "avrdude.conf"