1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Include <src/paths.h>, instead "src/paths.h".

This commit is contained in:
Roland McGrath 1993-09-12 01:35:44 +00:00
parent 2a6b353709
commit 21af68b674

View 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'