include: globals: add missing includes

Headers should always be self-consistent, thus including anything they need.
Not relying on those already included before by somebody else.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-10-29 13:41:32 +01:00
committed by Enrico Weigelt
parent 0e851b9710
commit 92e6c75bfc

View File

@@ -2,6 +2,9 @@
#ifndef _XSERV_GLOBAL_H_
#define _XSERV_GLOBAL_H_
#include <X11/Xdefs.h>
#include <X11/Xfuncproto.h>
#include "window.h" /* for WindowPtr */
#include "extinit.h"
#ifdef DPMSExtension