diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-15 22:46:08 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-15 22:46:08 -0400 |
commit | fe97f7c54a1b42acd542696b6cdc9e83e89548f3 (patch) | |
tree | b35481d9980177489e463bce23cfa6ed032b5233 /randr/rrcrtc.c | |
parent | 853ea337bdad17f8f6ec7d940de14ce2cbbbf93e (diff) |
registry: Add some missing #include's.
Diffstat (limited to 'randr/rrcrtc.c')
-rw-r--r-- | randr/rrcrtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c index 6384857c3..43486cddb 100644 --- a/randr/rrcrtc.c +++ b/randr/rrcrtc.c @@ -22,6 +22,7 @@ #include "randrstr.h" #include "swaprep.h" +#include "registry.h" RESTYPE RRCrtcType; |