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

This commit is contained in:
jhb 2001-08-10 16:55:09 +00:00
parent 7221cd94bd
commit e294674e6c

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"