mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include string.h for the strlen() prototype to quiet a warning.
This commit is contained in:
parent
c75526d5a0
commit
e495c5609b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue