Make sure _X_EXPORT is defined in edid.h
Fixes build error in xf86-video-intel utilities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user