diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-28 00:14:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-28 00:14:48 +0000 |
commit | b52b376cf182d539677f368e1e71fe4e40296ac8 (patch) | |
tree | 79cc5aa465e94ba2099ca339d525efb8a41c503b /read.c | |
parent | e80a2e9424248bc1b9f0ae961d8e00c2d2d7982d (diff) | |
download | gunmake-b52b376cf182d539677f368e1e71fe4e40296ac8.tar.gz |
Formerly read.c.~35~
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ static struct conditionals *conditionals = &toplevel_conditionals; static char *default_include_directories[] = { + INCLUDEDIR, "/usr/gnu/include", "/usr/local/include", "/usr/include", |