mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 01:58:06 +02:00
Include <X11/Xfuncproto.h> if _X_EXPORT is not defined.
This commit is contained in:
parent
dd128ddcdc
commit
75b02dd0be
1 changed files with 4 additions and 0 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue