From: Gonzalo A. <ga...@us...> - 2006-09-12 20:02:57
|
Update of /cvsroot/mod-c/ehtml/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7076/include Modified Files: Profiling.h Log Message: * Added include stdint.h Index: Profiling.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Profiling.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Profiling.h 12 Sep 2006 18:12:33 -0000 1.2 --- Profiling.h 12 Sep 2006 20:02:52 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- // + #include <stdint.h> + typedef int64_t hrtime_t; |