Mercurial > emacs
changeset 43848:1690ab476469
Include stdio.h because termhooks.h needs it.
Include termopt.h for interrupt_input.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 12 Mar 2002 10:11:59 +0000 |
parents | 1a315c273bb2 |
children | fa1c570ab72f |
files | src/xsmfns.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xsmfns.c Tue Mar 12 09:07:43 2002 +0000 +++ b/src/xsmfns.c Tue Mar 12 10:11:59 2002 +0000 @@ -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 @@ #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