mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* dynl.c: Changed #include <ltdl.h> --> #include
"libltdl/ltdl.h". (Thanks to Bill Schottstaedt.)
This commit is contained in:
parent
9b863bb51b
commit
07286af905
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ SCM_DEFINE (scm_clear_registered_modules, "c-clear-registered-modules", 0, 0, 0,
|
|||
|
||||
#ifdef DYNAMIC_LINKING
|
||||
|
||||
#include <ltdl.h>
|
||||
#include "libltdl/ltdl.h"
|
||||
|
||||
static void *
|
||||
sysdep_dynl_link (const char *fname, const char *subr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue