From 42eb7368f775094bbcea97d501a152c093992e99 Mon Sep 17 00:00:00 2001 From: coypu Date: Fri, 16 Sep 2016 05:37:08 +0300 Subject: [PATCH 06/27] Do our own version of crazy include --- sys/external/isc/atheros_hal/dist/ar5416/ar5416reg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/external/isc/atheros_hal/dist/ar5416/ar5416reg.h b/sys/external/isc/atheros_hal/dist/ar5416/ar5416reg.h index 0ee1e70..8bf0149 100644 --- a/sys/external/isc/atheros_hal/dist/ar5416/ar5416reg.h +++ b/sys/external/isc/atheros_hal/dist/ar5416/ar5416reg.h @@ -19,7 +19,11 @@ #ifndef _DEV_ATH_AR5416REG_H #define _DEV_ATH_AR5416REG_H +#ifndef __NetBSD__ #include +#else +#include +#endif /* * Register added starting with the AR5416 -- 2.9.3