Whamcloud - gitweb
b=20355 formalize support for pthreads
[fs/lustre-release.git] / lustre / utils / obd.c
index 8a6ec94..619c96b 100644 (file)
@@ -75,7 +75,7 @@
 #define MAX_STRING_SIZE 128
 #define DEVICES_LIST "/proc/fs/lustre/devices"
 
-#if HAVE_LIBPTHREAD
+#if HAVE_PTHREAD
 #include <sys/ipc.h>
 #include <sys/shm.h>
 #include <pthread.h>