mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
13 lines
239 B
C
13 lines
239 B
C
--- fdtoverlay.c.orig 2017-09-27 10:00:10 UTC
|
|
+++ fdtoverlay.c
|
|
@@ -26,7 +26,9 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <alloca.h>
|
|
+#endif
|
|
#include <inttypes.h>
|
|
|
|
#include <libfdt.h>
|