freebsd-ports/net/rude/files/patch-include::rude.h
Pav Lucistnik 377f5c8f06 Add rude, an UDP traffic generator and its collector crude.
It's capable of accurate measuring of traffic.

PR:		ports/53671
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-12-21 23:12:25 +00:00

11 lines
283 B
C

--- include/rude.h.orig Mon Jun 23 17:35:23 2003
+++ include/rude.h Mon Jun 23 17:35:42 2003
@@ -24,6 +24,7 @@
#ifndef _RUDE_H
#define _RUDE_H
+#include <sys/types.h>
#include <netinet/in.h> /* for struct sockaddr_in */
#include <sys/time.h> /* for struct timeval */