mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
In userland case include <errno.h>, not <err.h>. This is needed to make
the src/tools/regression/geom stuff compile.
This commit is contained in:
parent
0415010cbd
commit
72384683ad
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue