aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-06-09 06:17:07 +0000
committerWarner Losh <imp@FreeBSD.org>2003-06-09 06:17:07 +0000
commitb5fce26182f522b4969828b260977eef94f70b25 (patch)
tree2857c6b7123174359bb7e3b3deb50b10da02d24b /usr.sbin/pccard
parentf2303cfb6eb64e8ffc55d3b126e04f08884f93aa (diff)
downloadsrc-b5fce26182f522b4969828b260977eef94f70b25.tar.gz
src-b5fce26182f522b4969828b260977eef94f70b25.zip
Include string.h for strlen declaration
Notes
Notes: svn path=/head/; revision=116073
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/server.c b/usr.sbin/pccard/pccardd/server.c
index d5a271fb5e42..8c6177eff4c2 100644
--- a/usr.sbin/pccard/pccardd/server.c
+++ b/usr.sbin/pccard/pccardd/server.c
@@ -11,6 +11,7 @@ static const char rcsid[] =
#endif /* not lint */
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ioctl.h>