From d541b650832bc2bb32abcd0482924de0776776f5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 5 May 2015 13:24:28 +0000 Subject: OpenBSD sucks, but everyone knew this already. --- src/libunixonacid/stat_at.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libunixonacid/stat_at.c') diff --git a/src/libunixonacid/stat_at.c b/src/libunixonacid/stat_at.c index e8b049f..11f7924 100644 --- a/src/libunixonacid/stat_at.c +++ b/src/libunixonacid/stat_at.c @@ -26,6 +26,9 @@ int lstat_at (int dirfd, char const *file, struct stat *st) #else + /* OpenBSD plz. lstat() is POSIX. */ +#include + #include #include #include -- cgit v1.2.3