changeset 29496:6f353cc08d75

* intprops-wrappers.c: Include config.h.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Apr 2021 14:24:19 -0400
parents 0cf53a415b7f
children 8f1cf32ada13
files liboctave/wrappers/intprops-wrappers.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"