[netperf-dev] netperf2 commit notice r562 - trunk/src
raj at netperf.org
raj at netperf.org
Tue Apr 3 16:51:53 PDT 2012
Author: raj
Date: 2012-04-03 16:51:53 -0700 (Tue, 03 Apr 2012)
New Revision: 562
Modified:
trunk/src/dscp.c
Log:
and slogging...
Modified: trunk/src/dscp.c
===================================================================
--- trunk/src/dscp.c 2012-04-03 23:49:42 UTC (rev 561)
+++ trunk/src/dscp.c 2012-04-03 23:51:53 UTC (rev 562)
@@ -33,6 +33,9 @@
#if HAVE_STRING_H
#include <string.h>
#endif
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
#ifdef WIN32
#define strcasecmp(a,b) _stricmp(a,b)
More information about the netperf-dev
mailing list