# HG changeset patch # Parent 6ef7a85c3b1908f57665a08d1d7205c15018c2af diff --git a/libinterp/dldfcn/__ode15__.cc b/libinterp/dldfcn/__ode15__.cc --- a/libinterp/dldfcn/__ode15__.cc +++ b/libinterp/dldfcn/__ode15__.cc @@ -67,6 +67,18 @@ # if defined (HAVE_SUNLINSOL_SUNLINSOL_KLU_H) +# if defined (HAVE_KLU_H) +# include +# endif +# if defined (HAVE_KLU_KLU_H) +# include +# endif +# if defined (HAVE_SUITESPARSE_KLU_H) +# include +# endif +# if defined (HAVE_UFPARSE_KLU_H) +# include +# endif # include # endif diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -2244,6 +2244,18 @@ #if defined (HAVE_SUNDIALS_SUNDIALS_SPARSE_H) #include #endif + #if defined (HAVE_KLU_H) + #include + #endif + #if defined (HAVE_KLU_KLU_H) + #include + #endif + #if defined (HAVE_SUITESPARSE_KLU_H) + #include + #endif + #if defined (HAVE_UFPARSE_KLU_H) + #include + #endif #if defined (HAVE_SUNLINSOL_SUNLINSOL_KLU_H) #include #endif