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/rroutput.c | |
parent | 853ea337bdad17f8f6ec7d940de14ce2cbbbf93e (diff) |
registry: Add some missing #include's.
Diffstat (limited to 'randr/rroutput.c')
-rw-r--r-- | randr/rroutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/rroutput.c b/randr/rroutput.c index fea87978f..1ecde31a2 100644 --- a/randr/rroutput.c +++ b/randr/rroutput.c @@ -21,6 +21,7 @@ */ #include "randrstr.h" +#include "registry.h" RESTYPE RROutputType; |