1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/dfu-programmer/10-add-stdlib.patch
Peter Shkenev 4230aa22f6 testing/dfu-programmer: new aport
https://dfu-programmer.github.io/
A command-line programmer for Atmel USB microcontrollers
2022-01-30 18:55:05 +00:00

10 lines
241 B
Diff

--- dfu-programmer-0.7.0.orig/src/atmel.c
+++ dfu-programmer-0.7.0/src/atmel.c
@@ -23,6 +23,7 @@
#include <stdint.h>
#include <string.h>
#include <stddef.h>
+#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>