Skip to content
Snippets Groups Projects
Commit 1468b70d authored by Colin Walters's avatar Colin Walters
Browse files

dirfd: Add missing includes for errno

Thought the previous patch would have been obvious enough not
to compile test but...
parent 1c0bfd24
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment