From: Adam Dickmeiss Date: Wed, 23 Sep 2009 11:20:35 +0000 (+0200) Subject: Add include of config.h X-Git-Tag: v1.2.1~29 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=60691a806f934574f129015a059af9fee4bb7725;p=pazpar2-moved-to-github.git Add include of config.h --- diff --git a/src/marchash.c b/src/marchash.c index 9d00f89..58e8192 100644 --- a/src/marchash.c +++ b/src/marchash.c @@ -21,6 +21,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA \brief MARC MAP utilities (hash lookup etc) */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include diff --git a/src/marcmap.c b/src/marcmap.c index 14cd21f..02c876f 100644 --- a/src/marcmap.c +++ b/src/marcmap.c @@ -21,6 +21,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA \brief MARC map implementation */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include