mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +02:00
24 lines
474 B
Plaintext
24 lines
474 B
Plaintext
From 83b3e228a530ebc80fe658cc66951f8e69119dbc Mon Sep 17 00:00:00 2001
|
|
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
|
Date: Sat, 19 Nov 2022 22:34:46 +1000
|
|
Subject: Fix build
|
|
|
|
|
|
diff --git a/libportal/portal.c b/libportal/portal.c
|
|
index 5e72089..c4ae963 100644
|
|
--- a/libportal/portal.c
|
|
+++ b/libportal/portal.c
|
|
@@ -27,7 +27,9 @@
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
+#ifndef __HAIKU__
|
|
#include <sys/vfs.h>
|
|
+#endif
|
|
#include <stdio.h>
|
|
|
|
/**
|
|
--
|
|
2.37.3
|
|
|