diff options
Diffstat (limited to 'multimedia/dtv/files/patch-main.c')
-rw-r--r-- | multimedia/dtv/files/patch-main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/dtv/files/patch-main.c b/multimedia/dtv/files/patch-main.c new file mode 100644 index 000000000000..1a89e84d6c79 --- /dev/null +++ b/multimedia/dtv/files/patch-main.c @@ -0,0 +1,10 @@ +--- 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; + |