Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/PrusaSlicer/files/patch-bundled__deps_avrdude_avrdude_arduino.c
16462 views
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