From 3e25733208044208a81a32fb822b0be722d091e5 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 25 Dec 2014 16:51:50 +0900 Subject: [PATCH] sexp_static_libraries are extern --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index 82d2bb55..a733038d 100644 --- a/eval.c +++ b/eval.c @@ -1222,7 +1222,7 @@ sexp sexp_get_port_fileno (sexp ctx, sexp self, sexp_sint_t n, sexp port) { #if SEXP_USE_STATIC_LIBS #if SEXP_USE_STATIC_LIBS_NO_INCLUDE -struct sexp_library_entry_t* sexp_static_libraries; +extern struct sexp_library_entry_t* sexp_static_libraries; #else #include "clibs.c" #endif