mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.
This commit is contained in:
parent
b09f41a4b9
commit
50dbd3f631
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ along with GNU GPERF; see the file COPYING. If not, write to
|
|||
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#ifdef _HAVE_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue