diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-07 14:49:47 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-07 14:49:47 +0000 |
commit | 35c713bdae1021b836183e47d0a9315962693bc5 (patch) | |
tree | b9d3a8e01dc738d0c61e92813a446078822c6a01 /app/cwm/kbfunc.c | |
parent | b514b7c9cf6da9a085ab28e92e88ff33afb68198 (diff) |
missing headers; from Thordur Bjornsson.
Diffstat (limited to 'app/cwm/kbfunc.c')
-rw-r--r-- | app/cwm/kbfunc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c index 90d6aa0e3..606f5400e 100644 --- a/app/cwm/kbfunc.c +++ b/app/cwm/kbfunc.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: kbfunc.c,v 1.65 2012/11/07 14:39:44 okan Exp $ + * $OpenBSD: kbfunc.c,v 1.66 2012/11/07 14:49:46 okan Exp $ */ #include <sys/param.h> @@ -25,6 +25,7 @@ #include <err.h> #include <errno.h> #include <paths.h> +#include <signal.h> #include <stdlib.h> #include <string.h> #include <stdio.h> |