X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Ftstmfile1.c;h=ad3cd93f23f6a7eb6a930cc50339ec85694a35dc;hp=27bd84d92cc589eb445ee4bd67c8e97818de1298;hb=HEAD;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc diff --git a/bfile/tstmfile1.c b/bfile/tstmfile1.c index 27bd84d..ad3cd93 100644 --- a/bfile/tstmfile1.c +++ b/bfile/tstmfile1.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -48,7 +51,7 @@ void tst2(void) YAZ_CHECK(f); YAZ_CHECK_EQ(mf_read(f, 0, 0, 0, buf), 0); - + memset(buf, 'a', BLOCK_SIZE); YAZ_CHECK_EQ(mf_write(f, 0, 0, 0, buf), 0);