diff options
Diffstat (limited to 'audio/mpg321/files/patch-remote.c')
-rw-r--r-- | audio/mpg321/files/patch-remote.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mpg321/files/patch-remote.c b/audio/mpg321/files/patch-remote.c new file mode 100644 index 000000000000..b9216399109b --- /dev/null +++ b/audio/mpg321/files/patch-remote.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- remote.c.orig Mon Sep 24 16:06:46 2001 ++++ remote.c Mon Sep 24 16:06:48 2001 +@@ -27,6 +27,7 @@ + + #include "mpg321.h" + ++#include <sys/time.h> + #include <string.h> + #include <unistd.h> + |