1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix build in -CURRENT

Submitted by:	mike (with modifications :)
Reviewed by:	John Angelmo <john@veidit.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-12-06 14:54:27 +00:00
parent 07ac96e307
commit 7343d1e839
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71395

View File

@ -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"