Make sure _X_EXPORT is defined in edid.h

Fixes build error in xf86-video-intel utilities
This commit is contained in:
Alan Coopersmith 2008-12-05 12:00:08 -08:00
parent 466b0fca9b
commit 027ff97a13

View File

@ -12,6 +12,10 @@
#ifndef _EDID_H_
#define _EDID_H_
#ifndef _X_EXPORT
# include <X11/Xfuncproto.h>
#endif
/* read complete EDID record */
#define EDID1_LEN 128
#define BITS_PER_BYTE 9