Update configure to generate config.h
[yaz-moved-to-github.git] / src / rpn2solr.c
index de485ab..24b2a14 100644 (file)
@@ -2,12 +2,13 @@
  * Copyright (C) 1995-2010 Index Data
  * See the file LICENSE for details.
  */
-
 /**
  * \file
  * \brief Implements RPN to SOLR conversion
- *
  */
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <assert.h>
 #include <stdlib.h>