X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Funix.c;h=ea8d0cce2a2922d462bcace8c700c4c58a2f8538;hb=b756b711841bac38e5b69baa51939ca9e1c01adb;hp=e37bf70cf9c7924fe34407c6d466da6bbb48bb6d;hpb=4a9cbf62bc7a294f1782386997e09d2dd4ba9671;p=yaz-moved-to-github.git diff --git a/src/unix.c b/src/unix.c index e37bf70..ea8d0cc 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-2011 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