# HG changeset patch # User Gerd Moellmann # Date 1015927919 0 # Node ID 1690ab476469aec56f1821dc504cb543d2e4ddbc # Parent 1a315c273bb2fb301e70625fba8a2daca16e85ce Include stdio.h because termhooks.h needs it. Include termopt.h for interrupt_input. diff -r 1a315c273bb2 -r 1690ab476469 src/xsmfns.c --- 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 +#include #include "systime.h" #include "sysselect.h" #include "lisp.h" #include "termhooks.h" +#include "termopts.h" #ifndef MAXPATHLEN #define MAXPATHLEN 1024