X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/00706edc1de5c13bc0552eedf8eec9a5a7ed8802..eab1b25970c21df7da67bd8f48290a1a1e1bf3d7:/libguile/inline.c diff --git a/libguile/inline.c b/libguile/inline.c index 914f309b2..66e348b1c 100644 --- a/libguile/inline.c +++ b/libguile/inline.c @@ -39,10 +39,13 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#include #include "libguile/scmconfig.h" - +#ifndef HAVE_INLINE #define HAVE_INLINE +#endif + #define EXTERN_INLINE #undef SCM_INLINE_H