diff --git a/alloc.h b/alloc.h index cb6c7c2..4407665 100644 --- a/alloc.h +++ b/alloc.h @@ -29,13 +29,17 @@ #if defined(CALC_SRC) /* if we are building from the calc source tree */ +# include "decl.h" # include "have_newstr.h" # include "have_string.h" # include "have_memmv.h" +# include "have_const.h" #else +# include # include # include # include +# include #endif #ifdef HAVE_STRING_H