opnsense-ports/math/why3/files/patch-src_tools_cpulimit.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
238 B
C

--- src/tools/cpulimit.c.orig 2014-03-14 15:01:03.000000000 +0000
+++ src/tools/cpulimit.c
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
+#include <signal.h>
#include <string.h>
#include <sys/wait.h>