summaryrefslogtreecommitdiff
path: root/lib-src/yow.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-09-12 01:35:44 +0000
committerRoland McGrath <roland@gnu.org>1993-09-12 01:35:44 +0000
commit39a803f79aaf2615789690e8eb9389a073edf25e (patch)
tree21ddbced43b4d752b3dd48267f64868b74d68ba6 /lib-src/yow.c
parent1837637d90a38e09c525e1e1df184af1e71ac3de (diff)
downloademacs-39a803f79aaf2615789690e8eb9389a073edf25e.tar.gz
Include <src/paths.h>, instead "src/paths.h".
Diffstat (limited to 'lib-src/yow.c')
-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 7bfde3322e4..cbcf9f4c84c 100644
--- a/lib-src/yow.c
+++ b/lib-src/yow.c
@@ -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'