mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
https://dfu-programmer.github.io/ A command-line programmer for Atmel USB microcontrollers
10 lines
241 B
Diff
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>
|