2016-01-21 23:40:00 +01:00

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>