Whamcloud - gitweb
b=16150
[fs/lustre-release.git] / libcfs / include / libcfs / util / platform.h
index 43319af..137dabe 100644 (file)
@@ -249,8 +249,10 @@ static inline void l_cond_broadcast(l_cond_t *cond)
 #include <errno.h>
 #include <string.h>
 #if HAVE_LIBPTHREAD
+#ifndef __WINNT__
 #include <sys/ipc.h>
 #include <sys/shm.h>
+#endif
 #include <pthread.h>
 
 typedef pthread_mutex_t        l_mutex_t;