diff --git a/libisofs/aaip_0_2.c b/libisofs/aaip_0_2.c index a9ec8c9..f4f8bcd 100644 --- a/libisofs/aaip_0_2.c +++ b/libisofs/aaip_0_2.c @@ -7,7 +7,7 @@ See libisofs/aaip_0_2.h http://libburnia-project.org/wiki/AAIP - Copyright (c) 2009 - 2015 Thomas Schmitt, libburnia project, GPLv2+ + Copyright (c) 2009 - 2016 Thomas Schmitt, libburnia project, GPLv2+ */ @@ -2213,6 +2213,11 @@ ex:; #include "aaip-os-freebsd.c" +#else +#ifdef __OpenBSD__ + +#include "aaip-os-freebsd.c" + #else #ifdef __linux @@ -2230,6 +2235,7 @@ ex:; #include "aaip-os-dummy.c" #endif /* ! __linux */ +#endif /* ! __OpenBSD__ */ #endif /* ! __NetBSD__ */ #endif /* ! __FreeBSD_kernel__ */ #endif /* ! __FreeBSD__ */