summaryrefslogtreecommitdiff
path: root/ispell.c
diff options
context:
space:
mode:
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