freebsd-ports/audio/pd/files/patch-extra_pd~_pd~.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

10 lines
243 B
C

--- extra/pd~/pd~.c.orig 2016-04-13 23:39:44 UTC
+++ extra/pd~/pd~.c
@@ -19,6 +19,7 @@ typedef int socklen_t;
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
+#include <signal.h>
#include <sys/wait.h>
#include <fcntl.h>
#endif