summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-28 18:33:44 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-15 14:44:34 -0700
commit5f19eab1ee7178a43b241ca8e246463dd1f0b291 (patch)
treeed4e7a66fac23eab46700ceb9f8cd73d8a3b54f7 /Xext
parentcbc9f557e57dcbb3dce042ace74b70272bfddfc4 (diff)
os: unexport local client creds handling
these functions aren't used by modules, so no need to export them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1344>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/shm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/shm.c b/Xext/shm.c
index 00cf12a0b..295866480 100644
--- a/Xext/shm.c
+++ b/Xext/shm.c
@@ -44,6 +44,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/X.h>
#include <X11/Xproto.h>
+#include "os/auth.h"
#include "os/busfault.h"
#include "misc.h"