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
|
@ -40,6 +40,7 @@ from The Open Group.
|
||||||
#include "miline.h"
|
#include "miline.h"
|
||||||
#ifdef MITSHM
|
#ifdef MITSHM
|
||||||
#include <X11/extensions/shm.h>
|
#include <X11/extensions/shm.h>
|
||||||
|
#include "shmint.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* We use this structure to propogate some information from miScreenInit to
|
/* We use this structure to propogate some information from miScreenInit to
|
||||||
|
|
Loading…
Reference in New Issue