summaryrefslogtreecommitdiff
path: root/ispell.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:32 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:32 +0000
commit2f503c70ee5b61907382502e36c7433922fca0ee (patch)
treeb64732c1434e2590ef773c62012c7144cce0ec34 /ispell.c
parenta2414511cd29e787aa953deb97af7ec474625be2 (diff)
merge XFree86 RC2 (4.3.99.902) from vendor branchXEVIE-BASE
Diffstat (limited to 'ispell.c')
-rw-r--r--ispell.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ispell.c b/ispell.c
index 1066cb6..e8ea12a 100644
--- a/ispell.c
+++ b/ispell.c
@@ -27,7 +27,8 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/programs/xedit/ispell.c,v 1.19 2002/10/19 20:04:20 herrb Exp $ */
+/* $XdotOrg: xc/programs/xedit/ispell.c,v 1.20 2003/12/19 02:05:39 dawes 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 +43,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