1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/audio/pd/files/patch-extra_pd_pd.c
Emanuel Haupt 41f7d7f537 Update to 0.43.0
PR:		158494
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-09 15:19:47 +00:00

11 lines
287 B
C

--- extra/pd~/pd~.c.orig 2010-07-29 05:55:17.000000000 +0900
+++ extra/pd~/pd~.c 2011-04-06 19:18:20.000000000 +0900
@@ -11,6 +11,7 @@
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
+#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>