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

This commit is contained in:
Paulo Cesar Pereira de Andrade 2008-12-03 14:46:30 -02:00
parent dd128ddcdc
commit 75b02dd0be

View File

@ -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__)