1
Fork 0
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:
Mikael Djurfeldt 2000-06-02 23:33:10 +00:00
parent 9b863bb51b
commit 07286af905

View file

@ -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)