]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <src/paths.h>, instead "src/paths.h".
authorRoland McGrath <roland@gnu.org>
Sun, 12 Sep 1993 01:35:44 +0000 (01:35 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 12 Sep 1993 01:35:44 +0000 (01:35 +0000)
lib-src/yow.c

index 7bfde3322e44c31e22e6d04add76428abb7a947b..cbcf9f4c84c619e5a4cc1d9e0914e5debe99eca3 100644 (file)
@@ -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'