summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-07-20 15:11:32 -0400
committerColin Walters <walters@verbum.org>2017-07-20 15:12:08 -0400
commit1468b70dbf19fc48cfbf0b19b7c7ffa9157cfb84 (patch)
treef7d7929853b632fddb9a430254d2e26b8d5be850
parent1c0bfd24b18d67a6fa4bc42185cdc8d5af3cb804 (diff)
downloadlibglnx-1468b70dbf19fc48cfbf0b19b7c7ffa9157cfb84.tar.gz
dirfd: Add missing includes for errno
Thought the previous patch would have been obvious enough not to compile test but...
-rw-r--r--glnx-dirfd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glnx-dirfd.h b/glnx-dirfd.h
index 4824bc4..8e582fc 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>