xserver: Branch 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Wed Dec 3 09:15:23 PST 2008


 hw/xfree86/common/compiler.h |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 75b02dd0be2ef64c0f8e3138c90b5c5e48b17913
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Wed Dec 3 14:46:30 2008 -0200

    Include <X11/Xfuncproto.h> if _X_EXPORT is not defined.

diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index 5a3d126..5154511 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 <X11/Xfuncproto.h>
+#endif
+
 /* Allow drivers to use the GCC-supported __inline__ and/or __inline. */
 # ifndef __inline__
 #  if defined(__GNUC__)


More information about the xorg-commit mailing list