From 338ebcb58c690862f3f97b4908d31af4e54c8d33 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 1 Sep 2011 13:10:42 -0700 Subject: [PATCH] * lib/fstatat.c: Include before . (cherry picked from commit 6cf1a9531a2d12c913b14c1caf1d986c5cf034a2) --- lib/fstatat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fstatat.c b/lib/fstatat.c index d592d60fc..a904e4326 100644 --- a/lib/fstatat.c +++ b/lib/fstatat.c @@ -24,6 +24,7 @@ #include /* Get the original definition of fstatat. It might be defined as a macro. */ +#include #include #undef __need_system_sys_stat_h -- 2.11.0