mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-16 18:51:58 +02:00
documents portal: Make sure O_PATH is defined
FreeBSD doesn't have it. https://bugzilla.gnome.org/show_bug.cgi?id=768780
This commit is contained in:
parent
92e3189613
commit
63654183a8
@ -30,6 +30,10 @@
|
||||
#include "gunixfdlist.h"
|
||||
#endif
|
||||
|
||||
#ifndef O_PATH
|
||||
#define O_PATH 0
|
||||
#endif
|
||||
|
||||
static GXdpDocuments *documents;
|
||||
static char *documents_mountpoint;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user