diff src/xselect.c @ 53818:a3c89ed1aac5

* xselect.c: Include stdio,h.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 05 Feb 2004 02:42:14 +0000
parents 8aea816df4cc
children 609de9ab5f75
line wrap: on
line diff
--- a/src/xselect.c	Thu Feb 05 02:16:36 2004 +0000
+++ b/src/xselect.c	Thu Feb 05 02:42:14 2004 +0000
@@ -23,6 +23,7 @@
 /* Rewritten by jwz */
 
 #include <config.h>
+#include <stdio.h>      /* termhooks.h needs this */
 #include "lisp.h"
 #include "xterm.h"	/* for all of the X includes */
 #include "dispextern.h"	/* frame.h seems to want this */