[Pvfs2-cvs] commit by pw in pvfs2/src/common/misc: pint-perf-counter.c

CVS commit program cvs at parl.clemson.edu
Tue Dec 5 17:00:11 EST 2006


Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv32658/src/common/misc

Modified Files:
	pint-perf-counter.c 
Log Message:
include some headers explicitly that are pulled by pthread only in the posix locking case


Index: pint-perf-counter.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pint-perf-counter.c,v
diff -u -p -p -u -r1.11 -r1.12
--- pint-perf-counter.c	27 May 2006 23:46:04 -0000	1.11
+++ pint-perf-counter.c	5 Dec 2006 22:00:11 -0000	1.12
@@ -9,6 +9,7 @@
 #include <sys/time.h>
 #include <assert.h>
 #include <stdio.h>
+#include <time.h>
 
 #include "pvfs2-types.h"
 #include "pvfs2-util.h"



More information about the Pvfs2-cvs mailing list