diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
commit | c8a87639c7cb7aef72630978a0e5a0d92618140c (patch) | |
tree | 862068307dff135870c4ae58be677408c4942a39 /lisp/pathname.c | |
parent | 0a193e032ba1ecf3f003e027e833dc9d274cb740 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'lisp/pathname.c')
-rw-r--r-- | lisp/pathname.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/pathname.c b/lisp/pathname.c index 6af8cd1..834bfca 100644 --- a/lisp/pathname.c +++ b/lisp/pathname.c @@ -27,15 +27,15 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86: xc/programs/xedit/lisp/pathname.c,v 1.17 2002/12/24 00:25:39 dawes Exp $ */ +/* $XFree86: xc/programs/xedit/lisp/pathname.c,v 1.18 2003/04/27 18:17:34 tsi Exp $ */ -#include <stdio.h> /* including dirent.h first may cause problems */ +#include <stdio.h> /* including dirent.h first may cause problems */ #include <sys/types.h> #include <dirent.h> #include <errno.h> #include <sys/stat.h> -#include "pathname.h" -#include "private.h" +#include "lisp/pathname.h" +#include "lisp/private.h" #define NOREAD_SKIP 0 #define NOREAD_ERROR 1 |