mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-09 05:00:30 +01:00
Rootless: Added missing includes.
This commit is contained in:
parent
70374a5893
commit
f6a4c10636
5 changed files with 10 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <stddef.h> /* For NULL */
|
||||
#include <string.h>
|
||||
#include "fb.h"
|
||||
#include "rootlessCommon.h"
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <stddef.h> /* For NULL */
|
||||
#include <limits.h> /* For CHAR_BIT */
|
||||
|
||||
#include "rootlessCommon.h"
|
||||
#include "colormapst.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@
|
|||
#include "rootless.h"
|
||||
#include "fb.h"
|
||||
|
||||
#ifdef SHAPE
|
||||
#include "scrnintstr.h"
|
||||
#endif /* SHAPE */
|
||||
|
||||
#ifdef RENDER
|
||||
#include "picturestr.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <stddef.h> /* For NULL */
|
||||
#include "mi.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "gcstruct.h"
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ Equipment Corporation.
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include <stddef.h> /* For NULL */
|
||||
#include <X11/X.h>
|
||||
#include "scrnintstr.h"
|
||||
#include "validate.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue