From: Gerd Moellmann Date: Tue, 12 Mar 2002 10:12:20 +0000 (+0000) Subject: Include stdio.h because termhooks.h needs it. X-Git-Tag: ttn-vms-21-2-B4~16222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=656132ebd3ac2359182c1bf8822253c60bbdb153;p=emacs.git Include stdio.h because termhooks.h needs it. Include termopt.h for interrupt_input. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7d4dab55bb5..575db7931a9 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 fe0570b665a..f0329b2559b 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