mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Changelog: https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.34/RELEASE PR: 271792 Reviewed by: bsdimp (partially) Approved by: kwm (maintainer timeout, 2+ weeks) Sponsored by: Blinkinblox
10 lines
255 B
C
10 lines
255 B
C
--- orc/orccpu-powerpc.c.orig 2023-05-31 21:29:36 UTC
|
|
+++ orc/orccpu-powerpc.c
|
|
@@ -55,6 +55,7 @@
|
|
#endif
|
|
|
|
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__)
|
|
+#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <sys/sysctl.h>
|
|
#endif
|