From 489a77633be7d7885d50c5313196e3b0ebd79245 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 5 Dec 2021 09:00:23 +0100 Subject: [PATCH] add missing includes on openbsd --- common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.c b/common.c index 866222c2..feec44ad 100644 --- a/common.c +++ b/common.c @@ -35,6 +35,7 @@ #include #include #include +#include // PRIdPTR #include #include #include @@ -54,7 +55,7 @@ #include #endif -#ifdef COMPILE_FOR_FREEBSD +#ifdef COMPILE_FOR_BSD #include #include #include -- 2.47.2