From: Richard M. Stallman Date: Fri, 26 Feb 1999 11:37:05 +0000 (+0000) Subject: Refer to epaths.h. X-Git-Tag: emacs-20.4~541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fac8eeff5542b91ec6c0bea8ee26e225c10882c6;p=emacs.git Refer to epaths.h. --- 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 #include -#include <../src/paths.h> /* For PATH_DATA. */ +#include <../src/epaths.h> /* For PATH_DATA. */ #define BUFSIZE 80 #define SEP '\0'