blob: 44bd3e09ea1dd59d2dd395b84e7530938efbead8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|