mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-18 11:58:28 +02:00
mi: include shmint.h if needed, silence compiler warning.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1b3859a49a
commit
b968237131
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ from The Open Group.
|
|||
#include "miline.h"
|
||||
#ifdef MITSHM
|
||||
#include <X11/extensions/shm.h>
|
||||
#include "shmint.h"
|
||||
#endif
|
||||
|
||||
/* We use this structure to propogate some information from miScreenInit to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue