diff options
author | RĂ©mi Cardona <remi@gentoo.org> | 2009-01-07 09:31:17 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-01-07 09:31:17 -0500 |
commit | 1badeb78b0b974a381e563e3d4f4cf37debd4266 (patch) | |
tree | 82ba34f8affc1ab261b62b09eb28dda8c9d71371 /hw/xfree86/ddc | |
parent | fc14d52297f8f408693ed867ab649ea5b210b0b3 (diff) |
Include Xmd.h from edid.h
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r-- | hw/xfree86/ddc/edid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/ddc/edid.h b/hw/xfree86/ddc/edid.h index 31bc7c12a..b55600329 100644 --- a/hw/xfree86/ddc/edid.h +++ b/hw/xfree86/ddc/edid.h @@ -12,6 +12,8 @@ #ifndef _EDID_H_ #define _EDID_H_ +#include <X11/Xmd.h> + #ifndef _X_EXPORT # include <X11/Xfuncproto.h> #endif |