X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-pdu-assoc-thread.cpp;h=fd4373a3c0b081cecc273000cbdeddeb5adee14c;hp=4a6b921b897f66b242cefcf53f6f98ceaaeac267;hb=d58ea1d3d51d6dbb10f19d7b34609ade1eedcf46;hpb=2f8ce6d398a9ec190b41a851bcd4b4bd2e3c2c8c diff --git a/src/yaz-pdu-assoc-thread.cpp b/src/yaz-pdu-assoc-thread.cpp index 4a6b921..fd4373a 100644 --- a/src/yaz-pdu-assoc-thread.cpp +++ b/src/yaz-pdu-assoc-thread.cpp @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data. * See the file LICENSE for details. * - * $Id: yaz-pdu-assoc-thread.cpp,v 1.8 2004-12-13 20:50:54 adam Exp $ + * $Id: yaz-pdu-assoc-thread.cpp,v 1.9 2005-01-14 10:13:50 adam Exp $ */ #ifdef WIN32 @@ -15,13 +15,17 @@ #if USE_THREADS +#if HAVE_UNISTD_H +#include +#endif + #ifdef WIN32 #include #else #include -#include #endif + #include #include #include