Include termopt.h for interrupt_input.
+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.
/* 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.
#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