changeset 24408:595856efc8f1

Refer to epaths.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Feb 1999 11:37:05 +0000
parents dfdc50279d1e
children 4aaf84a4a5d5
files lib-src/yow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/yow.c	Fri Feb 26 11:36:54 1999 +0000
+++ b/lib-src/yow.c	Fri Feb 26 11:37:05 1999 +0000
@@ -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'