summaryrefslogtreecommitdiff
path: root/lisp/lsp.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
commit10dc4a2c37597e02c12a9df3e9dba02a73bfc11b (patch)
tree862068307dff135870c4ae58be677408c4942a39 /lisp/lsp.c
parent8ae60bfe8a4b233100f5128859c76239e5789f70 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'lisp/lsp.c')
-rw-r--r--lisp/lsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/lsp.c b/lisp/lsp.c
index 920dba0..c7aadff 100644
--- a/lisp/lsp.c
+++ b/lisp/lsp.c
@@ -27,11 +27,11 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/programs/xedit/lisp/lsp.c,v 1.7 2002/11/23 08:26:49 paulo Exp $ */
+/* $XFree86: xc/programs/xedit/lisp/lsp.c,v 1.8 2003/04/27 18:17:33 tsi Exp $ */
#include <stdio.h>
#include <string.h>
-#include "lisp.h"
+#include "lisp/lisp.h"
#ifdef NEED_STRCASECMP
int strcasecmp(const char *s1, const char *s2);