mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/atf-fvp: Fix build
We need to define __BSD_VISIBLE so u_int and friends are defined. Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- tools/fiptool/fiptool.c.orig 2023-09-22 09:29:57 UTC
|
||||
+++ tools/fiptool/fiptool.c
|
||||
@@ -4,6 +4,7 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
+#define __BSD_VISIBLE 1
|
||||
#ifndef _MSC_VER
|
||||
#include <sys/mount.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user