aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9f3ce1a6608..57092c25859 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -84,6 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
84#include "atimer.h" 84#include "atimer.h"
85#include "keymap.h" 85#include "keymap.h"
86#include "font.h" 86#include "font.h"
87#include "fontset.h"
87 88
88#ifdef USE_X_TOOLKIT 89#ifdef USE_X_TOOLKIT
89#include <X11/Shell.h> 90#include <X11/Shell.h>