summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
index 53a2c5d..273621f 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
+++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
@@ -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>
OpenPOWER on IntegriCloud