diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:12 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:12 +0000 |
commit | 10dc4a2c37597e02c12a9df3e9dba02a73bfc11b (patch) | |
tree | 862068307dff135870c4ae58be677408c4942a39 /lisp/stream.c | |
parent | 8ae60bfe8a4b233100f5128859c76239e5789f70 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'lisp/stream.c')
-rw-r--r-- | lisp/stream.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/stream.c b/lisp/stream.c index be0f44d..98372a8 100644 --- a/lisp/stream.c +++ b/lisp/stream.c @@ -27,13 +27,13 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86: xc/programs/xedit/lisp/stream.c,v 1.21 2002/12/10 03:59:03 paulo Exp $ */ +/* $XFree86: xc/programs/xedit/lisp/stream.c,v 1.22 2003/04/27 18:17:34 tsi Exp $ */ -#include "read.h" -#include "stream.h" -#include "pathname.h" -#include "write.h" -#include "private.h" +#include "lisp/read.h" +#include "lisp/stream.h" +#include "lisp/pathname.h" +#include "lisp/write.h" +#include "lisp/private.h" #include <errno.h> #include <fcntl.h> #include <signal.h> |