From 569a0987e233e114751dc816ea5fea8db46d88a3 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 14 May 2024 20:56:37 -0300 Subject: [PATCH] Add errno.h include directive to glue.c --- ext/bsdcontrol.rb/glue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/bsdcontrol.rb/glue.c b/ext/bsdcontrol.rb/glue.c index 332f9e5..dad9825 100644 --- a/ext/bsdcontrol.rb/glue.c +++ b/ext/bsdcontrol.rb/glue.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "glue.h" #include "context.h"