mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
PR: 272730 Reported by: michal.zielonka.8001@gmail.com Approved by: teodorsigaev@gmail.com (maintainer)
10 lines
207 B
C
10 lines
207 B
C
--- src/avrdude/arduino.c.orig 2023-07-25 13:23:52 UTC
|
|
+++ src/avrdude/arduino.c
|
|
@@ -28,6 +28,7 @@
|
|
#include "ac_cfg.h"
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
|