mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ibstat: Include prototype for sysctlbyname().
Fixes the following compile warning:
implicit declaration of function 'sysctlbyname' is invalid in C99
[-Wimplicit-function-declaration]
Found by: J87
Differential Revision: https://reviews.freebsd.org/D30484
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
0a9e7899e2
commit
16fa3dcba0
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <infiniband/umad.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue