From 1468b70dbf19fc48cfbf0b19b7c7ffa9157cfb84 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 20 Jul 2017 15:11:32 -0400 Subject: [PATCH] dirfd: Add missing includes for errno Thought the previous patch would have been obvious enough not to compile test but... --- glnx-dirfd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glnx-dirfd.h b/glnx-dirfd.h index 4824bc4b..8e582fc1 100644 --- a/glnx-dirfd.h +++ b/glnx-dirfd.h @@ -21,6 +21,8 @@ #pragma once #include +#include +#include #include #include #include