[netperf-dev] netperf2 commit notice r467 - trunk/src
raj at netperf.org
raj at netperf.org
Wed Jul 27 14:59:03 PDT 2011
Author: raj
Date: 2011-07-27 14:59:02 -0700 (Wed, 27 Jul 2011)
New Revision: 467
Modified:
trunk/src/net_uuid.c
Log:
keep going
Modified: trunk/src/net_uuid.c
===================================================================
--- trunk/src/net_uuid.c 2011-07-27 21:53:08 UTC (rev 466)
+++ trunk/src/net_uuid.c 2011-07-27 21:59:02 UTC (rev 467)
@@ -27,7 +27,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+#if defined(HAVE_INTTYPES_H)
#include <inttypes.h>
+#endif
/* set the following to the number of 100ns ticks of the actual
resolution of your system's clock */
@@ -35,6 +38,7 @@
#ifdef WIN32
#include <windows.h>
+#include "missing\stdint.h"
#else
#if HAVE_SYS_TYPES_H
More information about the netperf-dev
mailing list