freebsd-ports/multimedia/tosvcd/files/patch-tosvcd.c
Tilman Keskinoz 1a992afbf2 Update to 0.9
PR:		46496
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-03 13:13:33 +00:00

18 lines
392 B
C

--- tosvcd.c.orig Mon Dec 9 18:24:57 2002
+++ tosvcd.c Sat Dec 14 07:21:57 2002
@@ -20,14 +20,12 @@
#include <fcntl.h>
#include <errno.h>
#include <string.h>
-#include <stdint.h>
#include <sys/stat.h>
#include <time.h>
#include <pthread.h>
#include <list>
-#include <values.h>
#include <signal.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <glob.h>
#include "mm_accel.h"