diff --git a/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h b/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h index 0c3a7388073b..79ac2324d6b0 100644 --- a/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h +++ b/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h @@ -1,4 +1,4 @@ -/* $NetBSD: efibind.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $ */ +/* $NetBSD: efibind.h,v 1.2 2014/04/01 16:22:45 jakllsch Exp $ */ /*++ @@ -77,6 +77,8 @@ Revision History typedef unsigned char uint8_t; typedef char int8_t; #endif +#elif defined(__NetBSD__) + #include #elif defined(__GNUC__) #include #endif diff --git a/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h b/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h index 097aa877c3ee..17205ed5e745 100644 --- a/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h +++ b/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h @@ -1,4 +1,4 @@ -/* $NetBSD: efibind.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $ */ +/* $NetBSD: efibind.h,v 1.2 2014/04/01 16:22:45 jakllsch Exp $ */ /*++ @@ -64,6 +64,8 @@ Revision History typedef unsigned char uint8_t; typedef char int8_t; #endif +#elif defined(__NetBSD__) + #include #elif defined(__GNUC__) #include #endif diff --git a/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h b/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h index cc49971e911e..6971b3975431 100644 --- a/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h +++ b/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h @@ -1,4 +1,4 @@ -/* $NetBSD: efibind.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $ */ +/* $NetBSD: efibind.h,v 1.2 2014/04/01 16:22:45 jakllsch Exp $ */ /*++ @@ -86,6 +86,8 @@ Revision History typedef unsigned char uint8_t; typedef char int8_t; #endif +#elif defined(__NetBSD__) + #include #elif defined(__GNUC__) #include #endif