diff options
Diffstat (limited to 'net/ra-rtsp-proxy/patches/patch-ad')
-rw-r--r-- | net/ra-rtsp-proxy/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ra-rtsp-proxy/patches/patch-ad b/net/ra-rtsp-proxy/patches/patch-ad new file mode 100644 index 00000000000..9c37da7fed2 --- /dev/null +++ b/net/ra-rtsp-proxy/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2005/02/03 14:23:19 tron Exp $ + +--- util.c.orig 1999-06-17 02:19:02.000000000 +0100 ++++ util.c 2005-02-03 14:19:12.000000000 +0000 +@@ -157,6 +157,7 @@ + + #include <unistd.h> + #include <stdio.h> ++#include <stdlib.h> + #include <stdarg.h> + #include <errno.h> + #ifdef USE_SYS_SYSLOG_H |