From 226096ac0275e6aadf3ff9459e130e6dd1821934 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 5 Dec 2025 14:30:53 +0300 Subject: Port fatvpn.c tp OpenBSD Haven't tasted yet, though --- common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 9bb5912..38c5e0a 100644 --- a/common.h +++ b/common.h @@ -14,7 +14,13 @@ #include #include +#ifdef __linux__ #include +#elif __OpenBSD__ +#include +#else +#error "unsupported system" +#endif #include "shorttypes.h" #include "sponge-bob.h" -- cgit 1.4.1