diff options
Diffstat (limited to 'src/xsmfns.c')
-rw-r--r-- | src/xsmfns.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <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 |