vmwarexinerama: fix missing include of extinit.h

Don't realy it being included indirectly from somewhere else by accident.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-24 16:19:19 +02:00
committed by Enrico Weigelt
parent 4dd3f86ca1
commit 0a87b26952

View File

@@ -36,6 +36,9 @@
#include "config.h"
#endif
#include <xorg-server.h>
#include "extinit.h"
#include "dixstruct.h"
#include "extnsionst.h"
#include <X11/X.h>