From 7976daab9af5b087ba187286fbeb56d21fd18c66 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Sat, 6 Aug 2022 22:30:25 -0700 Subject: [PATCH] bsdstubs: include errno.h Needed for ENOMEM, and fixes the build on MacOS. --- libpkgconf/bsdstubs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libpkgconf/bsdstubs.c b/libpkgconf/bsdstubs.c index 67bc787..f02c6ca 100644 --- a/libpkgconf/bsdstubs.c +++ b/libpkgconf/bsdstubs.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include