freebsd-ports/multimedia/dtv/files/patch-main.c
Kirill Ponomarev 16f9b1e8c9 - Fix build on AMD64
- Pet portlint
2004-02-01 19:04:25 +00:00

10 lines
218 B
C

--- main.c.orig Sun Feb 1 19:51:55 2004
+++ main.c Sun Feb 1 19:52:11 2004
@@ -11,6 +11,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#include <sys/time.h>
Prototype int VerboseOpt;