comparison src/xrdb.c @ 24412:d11ac02f9d6a

Use epaths.h istead of paths.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Feb 1999 11:41:17 +0000
parents fa9ff387d260
children f1632be03391
comparison
equal deleted inserted replaced
24411:ba82dd1081e3 24412:d11ac02f9d6a
26 26
27 #ifdef HAVE_UNISTD_H 27 #ifdef HAVE_UNISTD_H
28 #include <unistd.h> 28 #include <unistd.h>
29 #endif 29 #endif
30 30
31 #include <paths.h> 31 #include <epaths.h>
32 32
33 #include <stdio.h> 33 #include <stdio.h>
34 34
35 #if 1 /* I'd really appreciate it if this code could go away... -JimB */ 35 #if 1 /* I'd really appreciate it if this code could go away... -JimB */
36 /* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */ 36 /* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */