1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add missing patch.

This commit is contained in:
Vanilla I. Shu 2017-10-29 11:36:56 +00:00
parent 293b2bc4b3
commit 8970b7bd29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453108

View File

@ -0,0 +1,10 @@
--- libobs/util/platform-nix.c.orig 2017-10-29 09:19:47 UTC
+++ libobs/util/platform-nix.c
@@ -38,6 +38,7 @@
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/user.h>
+#include <sys/sysctl.h>
#include <unistd.h>
#include <libprocstat.h>
#else