ports/devel/dfu-programmer/patches/patch-src_atmel_c

12 lines
219 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/atmel.c
--- src/atmel.c.orig
+++ src/atmel.c
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>
+#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <errno.h>