X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsrw.c;h=a34e4839572444344377e769815c15df2b6e822d;hb=0f073baf2183a54f2a5691e697fde68c9a5f50c5;hp=93ff77c52929c0a30782ec15156f28ba55b5e8be;hpb=87db97bc97dd4eb54a4d474f35fb585749135ff9;p=yaz-moved-to-github.git diff --git a/src/srw.c b/src/srw.c index 93ff77c..a34e483 100644 --- a/src/srw.c +++ b/src/srw.c @@ -6,6 +6,9 @@ * \file srw.c * \brief Implements SRW/SRU package encoding and decoding */ +#if HAVE_CONFIG_H +#include +#endif #include #if YAZ_HAVE_XML2