X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fatoin.c;h=3b5953a685fd95044f0725b59cb1e21d8109ac85;hp=9ff7865a2db5f45ea9744ab77912ed3b1da4f349;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/util/atoin.c b/util/atoin.c index 9ff7865..3b5953a 100644 --- a/util/atoin.c +++ b/util/atoin.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: atoin.c,v $ - * Revision 1.2 1999-11-30 13:47:12 adam + * Revision 1.3 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.2 1999/11/30 13:47:12 adam * Improved installation. Moved header files to include/yaz. * * Revision 1.1 1997/09/04 07:52:27 adam @@ -12,6 +15,10 @@ * */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include