Include string.h for the strlen() prototype to quiet a warning.
This commit is contained in:
parent
7221cd94bd
commit
e294674e6c
@ -67,6 +67,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "devinfo.h"
|
||||
#include "devinfo_var.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user