freebsd-ports/mbone/rtpmon/files/patch-ae
Bill Fenner 72ae8ffa3f Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
Include <time.h> where needed.
2000-01-28 03:05:21 +00:00

10 lines
252 B
Text

--- net-ip.cc.orig Thu Jan 27 19:03:25 2000
+++ net-ip.cc Thu Jan 27 19:03:34 2000
@@ -38,6 +38,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/socket.h>