aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index c73af713a1c..12b369b8c75 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -28,6 +28,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
28#include <stdio.h> 28#include <stdio.h>
29#endif 29#endif
30 30
31/* This makes the fields of a Display accessible, in Xlib header files. */
32#define XLIB_ILLEGAL_ACCESS
33
31#include "lisp.h" 34#include "lisp.h"
32#include "xterm.h" 35#include "xterm.h"
33#include "frame.h" 36#include "frame.h"