Build the MBIM plug-in on NetBSD 9 or newer
This commit is contained in:
parent
408e5b9e63
commit
37f4c25772
|
@ -15,7 +15,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
#if (defined(__NetBSD__) && __NetBSD_Version__ > 899000000) \
|
||||||
|
|| defined(__OpenBSD__)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user