dirfd: Add missing includes for errno

Thought the previous patch would have been obvious enough not
to compile test but...
This commit is contained in:
Colin Walters
2017-07-20 15:11:32 -04:00
parent 1c0bfd24b1
commit 1468b70dbf

View File

@@ -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>