freebsd-ports/net/throttled/files/patch-src_throttled.h
Pietro Cerutti 59f85b2818 - Fix missing include
PR:		122540
Submitted by:	Petko Bordjukov <bordjukov@gmail.com>
Reviewed by:	maintainer
Approved by:	miwi (mentor)
2008-04-14 11:50:16 +00:00

10 lines
286 B
C

--- src/throttled.h.orig 2008-04-14 13:38:37.000000000 +0200
+++ src/throttled.h 2008-04-14 13:38:47.000000000 +0200
@@ -39,6 +39,7 @@
#include <sys/resource.h>
#include <err.h>
#include <errno.h>
+#include <signal.h>
#include <sysexits.h>
#include <syslog.h>
#include <stdarg.h>