mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* environments.c (scm_init_environments): All internal includes in
libguile must use the prefix "libguile/" in path names since inly the top-level source directory is on the include list. (That, in turn, is because we want to distinguish between system header files and hedares files internal to libguile.)
This commit is contained in:
parent
9b5477f6f6
commit
480a873ce1
1 changed files with 1 additions and 1 deletions
|
@ -2294,7 +2294,7 @@ scm_environments_prehistory ()
|
|||
void
|
||||
scm_init_environments ()
|
||||
{
|
||||
#include "environments.x"
|
||||
#include "libguile/environments.x"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue