Include string.h for the strlen() prototype to quiet a warning.
This commit is contained in:
parent
c75526d5a0
commit
e495c5609b
@ -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