changeset 8025:60e938e1459b

zfstream.cc: include <config.h>
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 16:08:02 -0400
parents dc36eb214129
children 79890b8187bd
files src/zfstream.cc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/zfstream.cc	Thu Aug 07 16:00:11 2008 -0400
+++ b/src/zfstream.cc	Thu Aug 07 16:08:02 2008 -0400
@@ -31,6 +31,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "zfstream.h"
 
 #ifdef HAVE_ZLIB