diff options
author | Roy Marples <roy@marples.name> | 2009-05-05 16:39:59 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-05-05 16:39:59 +0100 |
commit | 7c81f74b60b9d15ed472f1ca63cab0a105a84c08 (patch) | |
tree | ad4ed2dbd8ce8d959a9d7d09342c5f41f2938984 /src/librc/librc.h | |
parent | d441bf15854b585a0e53019f12f581ddb90dee55 (diff) |
Fix compile on NetBSD
Diffstat (limited to 'src/librc/librc.h')
-rw-r--r-- | src/librc/librc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc.h b/src/librc/librc.h index d2501c06..311793f8 100644 --- a/src/librc/librc.h +++ b/src/librc/librc.h @@ -48,6 +48,7 @@ #include <limits.h> #include <paths.h> #include <regex.h> +#include <signal.h> #include <stdarg.h> #include <stdbool.h> #include <stdio.h> |