diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-02-26 11:37:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-02-26 11:37:05 +0000 |
commit | fac8eeff5542b91ec6c0bea8ee26e225c10882c6 (patch) | |
tree | dbcc0df886f1077976900e5d1381a6ccc40c76ea /lib-src | |
parent | 4c32bfb9bc14478442d2513aaa3853fa8b9fbb5e (diff) | |
download | emacs-fac8eeff5542b91ec6c0bea8ee26e225c10882c6.tar.gz |
Refer to epaths.h.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/yow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/yow.c b/lib-src/yow.c index b67d2f1eeee..4efe8153415 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -12,7 +12,7 @@ #include <stdio.h> #include <ctype.h> -#include <../src/paths.h> /* For PATH_DATA. */ +#include <../src/epaths.h> /* For PATH_DATA. */ #define BUFSIZE 80 #define SEP '\0' |