From: Peter C. <pc...@us...> - 2010-02-09 01:04:00
|
Update of /cvsroot/ipbench/ipbench2/src/lib In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13828/src/lib Modified Files: microuptime.h Log Message: #include <stdint.h> to allow standalone inclusion. Index: microuptime.h =================================================================== RCS file: /cvsroot/ipbench/ipbench2/src/lib/microuptime.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** microuptime.h 23 Jun 2005 01:57:15 -0000 1.1 --- microuptime.h 9 Feb 2010 01:03:49 -0000 1.2 *************** *** 10,13 **** --- 10,14 ---- #include <sys/time.h> #include <time.h> + #include <stdint.h> #ifndef US_PER_S |