X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Fopen.c;h=f5ea947046de69e532b5833e95908fd193f23b77;hp=251765a17a1a2e778c3c078baafb804945f3e661;hb=27bdd6aa26843aeac89f635ed495996088d8e8aa;hpb=a66b7d79383ae700f3358731eecfe2aafed0e90d diff --git a/dict/open.c b/dict/open.c index 251765a..f5ea947 100644 --- a/dict/open.c +++ b/dict/open.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2010 Index Data + Copyright (C) 2004-2013 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 @@ -19,6 +19,9 @@ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -38,9 +41,9 @@ void dict_clean(Dict dict) dict->head.freelist = 0; dict->head.page_size = page_size; dict->head.compact_flag = compact_flag; - + /* create header with information (page 0) */ - if (dict->rw) + if (dict->rw) dict_bf_newp(dict->dbf, 0, &head_buf, page_size); }