X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fmarcdump.c;h=37c95462ca89ceade3c2676759de1329aeac1ed1;hp=b28a8385d135fbb6257b37c8d493096b5576f88d;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/util/marcdump.c b/util/marcdump.c index b28a838..37c9546 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995-1997, Index Data + * Copyright (c) 1995-2000, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: marcdump.c,v $ - * Revision 1.9 1999-11-30 13:47:12 adam + * Revision 1.10 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.9 1999/11/30 13:47:12 adam * Improved installation. Moved header files to include/yaz. * * Revision 1.8 1999/05/26 07:49:35 adam @@ -33,6 +36,10 @@ * */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include