From 75b02dd0be2ef64c0f8e3138c90b5c5e48b17913 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 3 Dec 2008 14:46:30 -0200 Subject: [PATCH] Include if _X_EXPORT is not defined. --- hw/xfree86/common/compiler.h | 4 ++++ 1 file changed, 4 insertions(+) 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__)