From 656132ebd3ac2359182c1bf8822253c60bbdb153 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 12 Mar 2002 10:12:20 +0000 Subject: [PATCH] Include stdio.h because termhooks.h needs it. Include termopt.h for interrupt_input. --- src/ChangeLog | 5 +++++ src/xsmfns.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7d4dab55bb..575db7931a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-03-12 Gerd Moellmann + + * xsmfns.c: Include stdio.h because termhooks.h needs it. + Include termopt.h for interrupt_input. + 2002-03-11 Andreas Schwab * coding.c (syms_of_coding) : Doc fix. diff --git a/src/xsmfns.c b/src/xsmfns.c index fe0570b665..f0329b2559 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -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 +#include #include "systime.h" #include "sysselect.h" #include "lisp.h" #include "termhooks.h" +#include "termopts.h" #ifndef MAXPATHLEN #define MAXPATHLEN 1024 -- 2.20.1