Include string.h for the strlen() prototype to quiet a warning.

This commit is contained in:
John Baldwin 2001-08-10 16:55:09 +00:00
parent c75526d5a0
commit e495c5609b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81459

View File

@ -67,6 +67,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "devinfo.h"
#include "devinfo_var.h"