From 1468b70dbf19fc48cfbf0b19b7c7ffa9157cfb84 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
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 4824bc4b3..8e582fc1e 100644
--- a/glnx-dirfd.h
+++ b/glnx-dirfd.h
@@ -21,6 +21,8 @@
 #pragma once
 
 #include <glnx-backport-autocleanups.h>
+#include <glnx-macros.h>
+#include <glnx-errors.h>
 #include <limits.h>
 #include <dirent.h>
 #include <sys/stat.h>
-- 
GitLab