mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 23:39:26 +00:00
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:
committed by
Enrico Weigelt
parent
0e851b9710
commit
92e6c75bfc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user