aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/x11.c')
-rw-r--r--src/firejail/x11.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index 9cbe6598e..e40ca0f05 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -30,12 +30,7 @@
30#include <sys/wait.h> 30#include <sys/wait.h>
31#include <errno.h> 31#include <errno.h>
32#include <limits.h> 32#include <limits.h>
33
34// on Debian 7 we are missing O_PATH definition
35#include <fcntl.h> 33#include <fcntl.h>
36#ifndef O_PATH
37#define O_PATH 010000000
38#endif
39 34
40 35
41// Parse the DISPLAY environment variable and return a display number. 36// Parse the DISPLAY environment variable and return a display number.