From 60691a806f934574f129015a059af9fee4bb7725 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 23 Sep 2009 13:20:35 +0200 Subject: [PATCH] Add include of config.h --- src/marchash.c | 4 ++++ src/marcmap.c | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 1.7.10.4