From fb27c25a9a4dd66f32bc57ea4c0161b533eaaaa9 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Sun, 25 Mar 2012 21:54:36 +0000 Subject: [PATCH] Follow non-BSD case when GNU/Hurd is detected. --- sys/dev/aic7xxx/aicasm/aicasm_symbol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 53a2c5d566e..273621f7913 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -44,7 +44,7 @@ #include #include -#ifdef BSD +#if defined(BSD) && !defined(__GNU__) #include #else #include