Fix copy and paste code
[yaz-moved-to-github.git] / src / match_glob.c
index f498139..43f78cc 100644 (file)
@@ -2,12 +2,13 @@
  * Copyright (C) 1995-2010 Index Data
  * See the file LICENSE for details.
  */
-
 /**
  * \file
  * \brief Glob expression match
  */
-
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <assert.h>
 #include <stdlib.h>