# HG changeset patch # User John W. Eaton # Date 1617733459 14400 # Node ID 6f353cc08d7581edeb3dd087ff456e08928544e5 # Parent 0cf53a415b7f1ebff42b0e75b3c23a2368c5ed7c * intprops-wrappers.c: Include config.h. diff -r 0cf53a415b7f -r 6f353cc08d75 liboctave/wrappers/intprops-wrappers.c --- a/liboctave/wrappers/intprops-wrappers.c Tue Apr 06 14:23:49 2021 -0400 +++ b/liboctave/wrappers/intprops-wrappers.c Tue Apr 06 14:24:19 2021 -0400 @@ -23,6 +23,10 @@ // //////////////////////////////////////////////////////////////////////// +#if defined (HAVE_CONFIG_H) +# include "config.h" +#endif + #include "intprops.h" #include "intprops-wrappers.h"