aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
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'