[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi: bmi.c
CVS commit program
cvs at parl.clemson.edu
Tue Dec 5 17:00:12 EST 2006
Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb1:/tmp/cvs-serv32658/src/io/bmi
Modified Files:
bmi.c
Log Message:
include some headers explicitly that are pulled by pthread only in the posix locking case
Index: bmi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.c,v
diff -u -p -p -u -r1.75 -r1.76
--- bmi.c 16 Sep 2006 21:46:44 -0000 1.75
+++ bmi.c 5 Dec 2006 22:00:11 -0000 1.76
@@ -13,6 +13,7 @@
#include <errno.h>
#include <string.h>
#include <assert.h>
+#include <time.h>
#include <sys/time.h>
#include <stdio.h>
More information about the Pvfs2-cvs
mailing list