diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2007-10-22 16:45:21 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2007-10-22 16:45:21 +0000 |
commit | 5eb411e19f010eadeb4e61f51da2e7f589ac4fc2 (patch) | |
tree | fa6817406c7ae2688830b2aae3d9cd10cd76c26b /sbin | |
parent | 3496e376ffc77a55e8ede0a03f7572807a90cb78 (diff) |
add missing header to avoid warning
"Yes please" ray@ krw@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/raidctl/rf_configure.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/raidctl/rf_configure.c b/sbin/raidctl/rf_configure.c index fdaa5b942a4..f17ae68ed5f 100644 --- a/sbin/raidctl/rf_configure.c +++ b/sbin/raidctl/rf_configure.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_configure.c,v 1.19 2007/10/20 17:18:32 krw Exp $ */ +/* $OpenBSD: rf_configure.c,v 1.20 2007/10/22 16:45:20 chl Exp $ */ /* $NetBSD: rf_configure.c,v 1.14 2001/02/04 21:05:42 christos Exp $ */ /* @@ -48,6 +48,7 @@ * **************************************************************/ +#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> |