changeset 30487:1f51aa6719e5 stable

* __isprimelarge__.cc: Include config.h before other header files.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Dec 2021 16:22:35 -0500
parents 298995435071
children abb4823df535
files libinterp/corefcn/__isprimelarge__.cc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/__isprimelarge__.cc	Sat Dec 04 08:49:18 2021 -0500
+++ b/libinterp/corefcn/__isprimelarge__.cc	Wed Dec 15 16:22:35 2021 -0500
@@ -23,6 +23,10 @@
 //
 ////////////////////////////////////////////////////////////////////////
 
+#if defined (HAVE_CONFIG_H)
+#  include "config.h"
+#endif
+
 #include "defun.h"
 #include "error.h"
 #include "ovl.h"