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