X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-socket-manager.cpp;h=4a75923765aaae1169ff3c222829db53ad68b8fb;hb=5e3f7e1a720a08d30c407049c94c6ca825a5ed27;hp=2cc87fa7f1c8db9fedfb291e7171d81a72f8f771;hpb=491fb0058392b83d1e44eaa7494e827f3530f3dd;p=yazpp-moved-to-github.git diff --git a/src/yaz-socket-manager.cpp b/src/yaz-socket-manager.cpp index 2cc87fa..4a75923 100644 --- a/src/yaz-socket-manager.cpp +++ b/src/yaz-socket-manager.cpp @@ -1,19 +1,26 @@ /* - * Copyright (c) 1998-2004, Index Data. + * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: yaz-socket-manager.cpp,v 1.30 2004-12-13 20:50:54 adam Exp $ + * $Id: yaz-socket-manager.cpp,v 1.31 2005-01-14 10:13:50 adam Exp $ */ -#include #ifdef WIN32 #include -#else +#endif + +#if HAVE_SYS_TIME_H #include +#endif +#if HAVE_SYS_TYPES_H #include +#endif +#if HAVE_UNISTD_H #include #endif + #include #include +#include #include #include