diff options
Diffstat (limited to 'lisp/pathname.h')
-rw-r--r-- | lisp/pathname.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pathname.h b/lisp/pathname.h index f99917e..7b5414d 100644 --- a/lisp/pathname.h +++ b/lisp/pathname.h @@ -27,12 +27,12 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86: xc/programs/xedit/lisp/pathname.h,v 1.4 2002/11/08 08:00:57 paulo Exp $ */ +/* $XFree86: xc/programs/xedit/lisp/pathname.h,v 1.5 2003/04/27 18:17:34 tsi Exp $ */ #ifndef Lisp_pathname_h #define Lisp_pathname_h -#include "internal.h" +#include "lisp/internal.h" #define PATH_SEP '/' #define PATH_TYPESEP '.' |