]> git.eshelyaron.com Git - emacs.git/commitdiff
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 7d4dab55bb5769c53071fd164f9fad5f15179d36..575db7931a94f556a6753d350672ae7d27aa5275 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 fe0570b665a7aca75043fca61eb422903a65a8a7..f0329b2559bac22082181bfbd003014b4118089d 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