diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h index 5a3d1268f..5154511ed 100644 --- a/hw/xfree86/common/compiler.h +++ b/hw/xfree86/common/compiler.h @@ -55,6 +55,10 @@ # define DO_PROTOTYPES #endif +#ifndef _X_EXPORT +# include +#endif + /* Allow drivers to use the GCC-supported __inline__ and/or __inline. */ # ifndef __inline__ # if defined(__GNUC__)