summaryrefslogtreecommitdiff
path: root/ispell.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:55 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:55 +0000
commit39a948f028c2e3cb3083d7d2f847acbd27facc23 (patch)
treea5688f12caadfa0177ab4c535e879f24c9df1215 /ispell.c
parent54593d8ebb341f7c2a0321fbf4207d7848b44a7f (diff)
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'ispell.c')
-rw-r--r--ispell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ispell.c b/ispell.c
index 1066cb6..80efb3e 100644
--- a/ispell.c
+++ b/ispell.c
@@ -27,7 +27,7 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/programs/xedit/ispell.c,v 1.19 2002/10/19 20:04:20 herrb Exp $ */
+/* $XFree86: xc/programs/xedit/ispell.c,v 1.20 2003/12/19 02:05:39 dawes Exp $ */
#include "xedit.h"
#include <stdlib.h>
@@ -42,6 +42,7 @@
#include <X11/Xaw/MenuButton.h>
#include <X11/Xaw/SmeBSB.h>
#include <X11/Xaw/SimpleMenu.h>
+#include <X11/Xos.h>
#define RECEIVE 1
#define SEND 2