From 4da9b32a154901bd8d74a80162ce3962eefbc29f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Nov 2022 18:05:17 +0100 Subject: xwayland: use internal_config Avoids the need to have a separate config.h, and removes C compiler arguments. --- xwayland/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xwayland/server.c') diff --git a/xwayland/server.c b/xwayland/server.c index 3b34bd57..aee15002 100644 --- a/xwayland/server.c +++ b/xwayland/server.c @@ -15,8 +15,8 @@ #include #include #include +#include "config.h" #include "sockets.h" -#include "xwayland/config.h" static void safe_close(int fd) { if (fd >= 0) { -- cgit v1.2.3