forked from Lainports/freebsd-ports
11 lines
334 B
C
11 lines
334 B
C
--- bundled_deps/avrdude/avrdude/libavrdude.h.orig 2024-09-18 13:39:04 UTC
|
|
+++ bundled_deps/avrdude/avrdude/libavrdude.h
|
|
@@ -950,6 +950,8 @@ int read_config_builtin();
|
|
// Header file for alloca()
|
|
#if defined(WIN32NATIVE)
|
|
# include <malloc.h>
|
|
+#elif defined __FreeBSD__
|
|
+# include <stdlib.h>
|
|
#else
|
|
# include <alloca.h>
|
|
#endif
|