registry: Add some missing #include's.

This commit is contained in:
Eamon Walsh 2007-10-15 22:46:08 -04:00 committed by Eamon Walsh
parent 853ea337bd
commit fe97f7c54a
4 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "randrstr.h"
#include "swaprep.h"
#include "registry.h"
RESTYPE RRCrtcType;

View File

@ -21,6 +21,7 @@
*/
#include "randrstr.h"
#include "registry.h"
RESTYPE RRModeType;

View File

@ -21,6 +21,7 @@
*/
#include "randrstr.h"
#include "registry.h"
RESTYPE RROutputType;

View File

@ -41,6 +41,7 @@
#include "servermd.h"
#include "picturestr.h"
#include "xace.h"
#include "registry.h"
_X_EXPORT DevPrivateKey PictureScreenPrivateKey = &PictureScreenPrivateKey;
DevPrivateKey PictureWindowPrivateKey = &PictureWindowPrivateKey;