mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
262 B
C
15 lines
262 B
C
$NetBSD: patch-rtmp.c,v 1.1 2014/11/12 18:38:18 khorben Exp $
|
|
|
|
Fix build on NetBSD
|
|
|
|
--- rtmp.c.orig 2010-02-15 01:04:35.000000000 +0000
|
|
+++ rtmp.c
|
|
@@ -21,6 +21,7 @@
|
|
*
|
|
*/
|
|
|
|
+#include <sys/time.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|