aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-02-25 01:56:09 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-02-25 01:56:09 +0100
commit36df9cc6c96bdbc39c10fffc88d33dcc17decbf6 (patch)
tree802bc54f74c2f6a6824d30ed91162b7a846bd99a
parentd97a6e3f161e2b285cee6b7b3e12b787e1f6f11d (diff)
downloaddesktop-tools-36df9cc6c96bdbc39c10fffc88d33dcc17decbf6.tar.gz
desktop-tools-36df9cc6c96bdbc39c10fffc88d33dcc17decbf6.tar.xz
desktop-tools-36df9cc6c96bdbc39c10fffc88d33dcc17decbf6.zip
Fix gdm-switch-user build
-rw-r--r--gdm-switch-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdm-switch-user.c b/gdm-switch-user.c
index 5718c31..55d8ba3 100644
--- a/gdm-switch-user.c
+++ b/gdm-switch-user.c
@@ -1,5 +1,5 @@
// Public domain
-#include <gdm-user-switching.h>
+#include <gdm/gdm-user-switching.h>
int
main (int argc, char *argv[])