X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Funix.c;h=08320f97b014cefecdfaa91815fc6e85850b71f0;hp=e37bf70cf9c7924fe34407c6d466da6bbb48bb6d;hb=03dccce903176e61f889b1558834aa5a09f9f8c0;hpb=4a9cbf62bc7a294f1782386997e09d2dd4ba9671 diff --git a/src/unix.c b/src/unix.c index e37bf70..08320f9 100644 --- a/src/unix.c +++ b/src/unix.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ /** * \file unix.c * \brief Implements UNIX domain socket COMSTACK */ +#if HAVE_CONFIG_H +#include +#endif #ifndef WIN32