diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-06 14:54:27 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-06 14:54:27 +0000 |
commit | 7343d1e839e8ca06e754e051b2172b79ce0f5610 (patch) | |
tree | 47db2c338887dcf9d1a7cac3682191571b3057f1 /multimedia | |
parent | 07ac96e30752809859049346d7401457ec1aaecd (diff) | |
download | ports-7343d1e839e8ca06e754e051b2172b79ce0f5610.tar.gz ports-7343d1e839e8ca06e754e051b2172b79ce0f5610.zip |
Fix build in -CURRENT
Submitted by: mike (with modifications :)
Reviewed by: John Angelmo <john@veidit.net>
Notes
Notes:
svn path=/head/; revision=71395
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayerxp/files/patch-mplayerxp::sig_hand.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/mplayerxp/files/patch-mplayerxp::sig_hand.c b/multimedia/mplayerxp/files/patch-mplayerxp::sig_hand.c new file mode 100644 index 000000000000..bc36b560a373 --- /dev/null +++ b/multimedia/mplayerxp/files/patch-mplayerxp::sig_hand.c @@ -0,0 +1,15 @@ +--- mplayerxp/sig_hand.c.orig Thu Dec 5 13:48:53 2002 ++++ mplayerxp/sig_hand.c Thu Dec 5 13:49:32 2002 +@@ -5,10 +5,11 @@ + #include <string.h> + #include <stdio.h> + #include <signal.h> ++#include <sys/types.h> ++#include <sys/time.h> + #include <sys/resource.h> + #include "sig_hand.h" + #include "mp_msg.h" +-#include <sys/types.h> + #include <unistd.h> + #include <stdlib.h> + #include "dec_ahead.h" |