Rootless: Added missing includes.

This commit is contained in:
Jeremy Huddleston 2007-11-22 13:55:03 -08:00
parent 70374a5893
commit f6a4c10636
5 changed files with 10 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#include <dix-config.h>
#endif
#include <stddef.h> /* For NULL */
#include <string.h>
#include "fb.h"
#include "rootlessCommon.h"

View file

@ -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"

View file

@ -39,6 +39,10 @@
#include "rootless.h"
#include "fb.h"
#ifdef SHAPE
#include "scrnintstr.h"
#endif /* SHAPE */
#ifdef RENDER
#include "picturestr.h"
#endif

View file

@ -33,6 +33,7 @@
#include <dix-config.h>
#endif
#include <stddef.h> /* For NULL */
#include "mi.h"
#include "scrnintstr.h"
#include "gcstruct.h"

View file

@ -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"