mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 13:00:34 +02:00
fix include paths in foreign.c
* libguile/foreign.c: Fix include paths.
This commit is contained in:
parent
54cd715022
commit
ea7d717b1e
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "_scm.h"
|
#include "libguile/_scm.h"
|
||||||
#include "foreign.h"
|
#include "libguile/foreign.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue