diff src/DLD-FUNCTIONS/qz.cc @ 9786:2c279308f6ab

fix includes in some src/DLD-FUNCTIONS files
author John W. Eaton <jwe@octave.org>
date Mon, 09 Nov 2009 12:12:57 -0500
parents 09da0bd91412
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/qz.cc	Sun Nov 08 17:15:07 2009 -0500
+++ b/src/DLD-FUNCTIONS/qz.cc	Mon Nov 09 12:12:57 2009 -0500
@@ -29,7 +29,9 @@
 #undef DEBUG_SORT
 #undef DEBUG_EIG
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <cfloat>