From a741ba418f75be67bdd498c5afb8f7b16cfaf2ba Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 28 Jan 2016 14:34:22 +0100 Subject: [PATCH] Finish the optional xauth work --- common/xdg-app-run.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/xdg-app-run.c b/common/xdg-app-run.c index 5d58818e..7f722a95 100644 --- a/common/xdg-app-run.c +++ b/common/xdg-app-run.c @@ -26,7 +26,9 @@ #include #include +#ifdef ENABLE_XAUTH #include +#endif #include #include "libgsystem.h"