Include stdio.h because termhooks.h needs it.
authorGerd Moellmann <gerd@gnu.org>
Tue, 12 Mar 2002 10:12:20 +0000 (10:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 12 Mar 2002 10:12:20 +0000 (10:12 +0000)
Include termopt.h for interrupt_input.

src/ChangeLog
src/xsmfns.c

index 7d4dab5..575db79 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * xsmfns.c: Include stdio.h because termhooks.h needs it.
+       Include termopt.h for interrupt_input.
+
 2002-03-11  Andreas Schwab  <schwab@suse.de>
 
        * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
index fe0570b..f0329b2 100644 (file)
@@ -1,6 +1,6 @@
 /* Session management module for systems which understand the X Session
    management protocol.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -40,11 +40,13 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #include <sys/param.h>
+#include <stdio.h>
 
 #include "systime.h"
 #include "sysselect.h"
 #include "lisp.h"
 #include "termhooks.h"
+#include "termopts.h"
 
 #ifndef MAXPATHLEN
 #define MAXPATHLEN 1024