From 21af68b67449452031afa08fa95801b6033e68f0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 12 Sep 1993 01:35:44 +0000 Subject: [PATCH] Include , instead "src/paths.h". --- lib-src/yow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/yow.c b/lib-src/yow.c index 7bfde3322e4..cbcf9f4c84c 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -9,7 +9,7 @@ #include #include -#include "../src/paths.h" /* For PATH_DATA. */ +#include <../src/paths.h> /* For PATH_DATA. */ #define BUFSIZE 80 #define SEP '\0' -- 2.39.5