diff options
author | Roy Marples <roy@marples.name> | 2008-02-02 00:44:04 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-02 00:44:04 +0000 |
commit | 534691a2a5d01c21835a532bcd38ce52fc8f677d (patch) | |
tree | c11fbb649229f1f04cf121ef39744062210ed691 /src | |
parent | e2919519d77836132dca6140d8d23a24a7631a18 (diff) |
Fix compile on BSD.
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc-plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c index e4b4e0eb..e34fe2fb 100644 --- a/src/rc/rc-plugin.c +++ b/src/rc/rc-plugin.c @@ -36,6 +36,7 @@ #include <errno.h> #include <fcntl.h> #include <limits.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |