mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
glx: fix missing includes of extinit.h
Don't rely on this file just being included indirectly by somebody else just by accident. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
fde67a4557
commit
8e2c1ad714
@@ -33,6 +33,8 @@
|
||||
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include "extension_string.h"
|
||||
#include "opaque.h"
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <GL/glxtokens.h>
|
||||
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "include/extinit.h"
|
||||
|
||||
#include <windowstr.h>
|
||||
#include <os.h>
|
||||
|
||||
Reference in New Issue
Block a user