mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Follow non-BSD case when GNU/Hurd is detected.
This commit is contained in:
parent
732d27b32d
commit
fb27c25a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#ifdef BSD
|
||||
#if defined(BSD) && !defined(__GNU__)
|
||||
#include <db.h>
|
||||
#else
|
||||
#include <db_185.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue