forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
238 B
C
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>
|
|
|