X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Falloc.c;h=5fc372e1ccd08afdd62d7573afb57a9f42227bdd;hb=56c8b099ccef8240d76c6f88c3f31d86ae22cfba;hp=e5e4c21ad798d8280359dfb038fcc56277e51c22;hpb=c3a11ea4b0d1bceb3381a0f2bc76ee0387339656;p=sxemacs diff --git a/src/alloc.c b/src/alloc.c index e5e4c21..5fc372e 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -60,6 +60,9 @@ along with this program. If not, see . */ #include "ui/window.h" #include "ui/console-stream.h" +#include +#include + #ifdef DOUG_LEA_MALLOC #include #endif @@ -1227,6 +1230,8 @@ Return a new list of length LENGTH, with each element being OBJECT. /************************************************************************/ /* Float allocation */ /************************************************************************/ +/* used by many of the allocators below */ +#include "ent/ent.h" #ifdef HAVE_FPFLOAT #include @@ -1642,6 +1647,7 @@ make_bigg_bg(bigg gaussian_value) /*** Big complex numbers with correct rounding ***/ #if defined HAVE_MPC && defined WITH_MPC || \ defined HAVE_PSEUC && defined WITH_PSEUC +#include DECLARE_FIXED_TYPE_ALLOC(bigc, Lisp_Bigc); #define MINIMUM_ALLOWED_FIXED_TYPE_CELLS_bigc 250