# HG changeset patch # User jwe # Date 1196268193 0 # Node ID 818b1417bce9b77d99b1712d52f6c61591e25ba0 # Parent f06b8150fe56b288055fac8b2bb3be206ce55967 [project @ 2007-11-28 16:43:13 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2007-11-28 John W. Eaton + * mkbuiltins: Emit #include "builtins.h" for the builtins.cc file. + From Christoph Mayer . + * TEMPLATE-INST/Array-tc.cc (resize_fill_value): Delete. diff --git a/src/mkbuiltins b/src/mkbuiltins --- a/src/mkbuiltins +++ b/src/mkbuiltins @@ -43,6 +43,7 @@ #include "defun.h" #include "oct-obj.h" #include "variables.h" +#include "builtins.h" #if defined (quad) #undef quad