changeset 4702:2641ab559aae

Include <src/paths.h>, instead "src/paths.h".
author Roland McGrath <roland@gnu.org>
date Sun, 12 Sep 1993 01:35:44 +0000
parents 05f6a91c2801
children c5419d943526
files lib-src/yow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/yow.c	Sun Sep 12 01:34:01 1993 +0000
+++ b/lib-src/yow.c	Sun Sep 12 01:35:44 1993 +0000
@@ -9,7 +9,7 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#include "../src/paths.h"      /* For PATH_DATA.  */
+#include <../src/paths.h>      /* For PATH_DATA.  */
 
 #define BUFSIZE  80
 #define SEP      '\0'