[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc:
pint-perf-counter.c
CVS commit program
cvs at parl.clemson.edu
Tue Dec 5 19:10:55 EST 2006
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv6973/src/common/misc
Modified Files:
Tag: pvfs-2-6-branch
pint-perf-counter.c
Log Message:
merge pw's fixes from HEAD that quiet warnings in non pthread scenario and include some headers that get missed otherwise. Also fix some warnings that crept in.
Index: pint-perf-counter.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pint-perf-counter.c,v
diff -p -u -r1.11 -r1.11.26.1
--- pint-perf-counter.c 27 May 2006 23:46:04 -0000 1.11
+++ pint-perf-counter.c 6 Dec 2006 00:10:55 -0000 1.11.26.1
@@ -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