1--- bundled_deps/avrdude/avrdude/arduino.c.orig 2024-12-20 11:54:34 UTC 2+++ bundled_deps/avrdude/avrdude/arduino.c 3@@ -28,6 +28,7 @@ 4 #include "ac_cfg.h" 5 6 #include <stdio.h> 7+#include <stdlib.h> 8 #include <string.h> 9 #include <unistd.h> 10 11 12