[netperf-dev] netperf2 commit notice r145 - in trunk/src: . missing

raj at netperf.org raj at netperf.org
Tue Oct 16 11:05:45 PDT 2007


Author: raj
Date: 2007-10-16 11:05:44 -0700 (Tue, 16 Oct 2007)
New Revision: 145

Modified:
   trunk/src/Makefile.am
   trunk/src/missing/inet_ntop.c
Log:
misc changes

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2007-10-15 17:42:45 UTC (rev 144)
+++ trunk/src/Makefile.am	2007-10-16 18:05:44 UTC (rev 145)
@@ -17,6 +17,6 @@
 
 # if there are any "missing" routines, the libobjs should cover it
 if NEED_LIBCOMPAT
-netperf_LDADD =missing/libcompat.a
+netperf_LDADD = missing/libcompat.a
 netserver_LDADD = missing/libcompat.a
 endif

Modified: trunk/src/missing/inet_ntop.c
===================================================================
--- trunk/src/missing/inet_ntop.c	2007-10-15 17:42:45 UTC (rev 144)
+++ trunk/src/missing/inet_ntop.c	2007-10-16 18:05:44 UTC (rev 145)
@@ -49,6 +49,7 @@
 #endif
 
 #include <stdio.h>
+#include <sys/types.h>
 
 #ifndef WIN32
 #include <errno.h>



More information about the netperf-dev mailing list