aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRoland McGrath1993-09-12 01:35:44 +0000
committerRoland McGrath1993-09-12 01:35:44 +0000
commit21af68b67449452031afa08fa95801b6033e68f0 (patch)
tree15dcd0490235b657a058726a582db86072b4efa7 /lib-src
parent2a6b3537090300317c50a1e01e2cf6ee7268635b (diff)
downloademacs-21af68b67449452031afa08fa95801b6033e68f0.tar.gz
emacs-21af68b67449452031afa08fa95801b6033e68f0.zip
Include <src/paths.h>, instead "src/paths.h".
Diffstat (limited to 'lib-src')
-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 @@
9 9
10#include <stdio.h> 10#include <stdio.h>
11#include <ctype.h> 11#include <ctype.h>
12#include "../src/paths.h" /* For PATH_DATA. */ 12#include <../src/paths.h> /* For PATH_DATA. */
13 13
14#define BUFSIZE 80 14#define BUFSIZE 80
15#define SEP '\0' 15#define SEP '\0'