X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdopen.c;h=28cec1c1d363319f7620bd254719f717442077cc;hb=1ac398a3d8c593e1e361e696e26e8205587327b5;hp=6e0765e3c3a3a9f1afec243c5b93e263c29b0793;hpb=a89d8384ad975fdddb2aa56e8c27b689a5e23f96;p=idzebra-moved-to-github.git diff --git a/dict/dopen.c b/dict/dopen.c index 6e0765e..28cec1c 100644 --- a/dict/dopen.c +++ b/dict/dopen.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 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 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +#if HAVE_CONFIG_H +#include +#endif #include #include #if HAVE_UNISTD_H @@ -73,7 +76,7 @@ Dict_BFile dict_bf_open(BFiles bfs, const char *name, int block_size, int cache, int rw) { Dict_BFile dbf; - + dbf = (Dict_BFile) xmalloc(sizeof(*dbf)); dbf->bf = bf_open(bfs, name, block_size, rw); if (!dbf->bf)