diff options
| author | Richard M. Stallman | 1999-02-26 11:37:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-02-26 11:37:05 +0000 |
| commit | fac8eeff5542b91ec6c0bea8ee26e225c10882c6 (patch) | |
| tree | dbcc0df886f1077976900e5d1381a6ccc40c76ea | |
| parent | 4c32bfb9bc14478442d2513aaa3853fa8b9fbb5e (diff) | |
| download | emacs-fac8eeff5542b91ec6c0bea8ee26e225c10882c6.tar.gz emacs-fac8eeff5542b91ec6c0bea8ee26e225c10882c6.zip | |
Refer to epaths.h.
| -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 @@ | |||
| 12 | 12 | ||
| 13 | #include <stdio.h> | 13 | #include <stdio.h> |
| 14 | #include <ctype.h> | 14 | #include <ctype.h> |
| 15 | #include <../src/paths.h> /* For PATH_DATA. */ | 15 | #include <../src/epaths.h> /* For PATH_DATA. */ |
| 16 | 16 | ||
| 17 | #define BUFSIZE 80 | 17 | #define BUFSIZE 80 |
| 18 | #define SEP '\0' | 18 | #define SEP '\0' |