blob: abf1e943df628d3d07da6e589e141389a7923c07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|