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