summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-02-26 11:37:05 +0000
committerRichard M. Stallman <rms@gnu.org>1999-02-26 11:37:05 +0000
commitfac8eeff5542b91ec6c0bea8ee26e225c10882c6 (patch)
treedbcc0df886f1077976900e5d1381a6ccc40c76ea /lib-src
parent4c32bfb9bc14478442d2513aaa3853fa8b9fbb5e (diff)
downloademacs-fac8eeff5542b91ec6c0bea8ee26e225c10882c6.tar.gz
Refer to epaths.h.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/yow.c2
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'