From ba4b05c94cc5a2bb306dd5e059a7bf38585311f7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Nov 2011 09:11:18 +0100 Subject: stat: avoid compilation failure with gnulib's new alignof * src/stat.c: Include , not "alignof.h" for alignof use. --- src/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stat.c b/src/stat.c index 120365137..4e5dbcef7 100644 --- a/src/stat.c +++ b/src/stat.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include @@ -57,7 +58,6 @@ #include "system.h" -#include "alignof.h" #include "areadlink.h" #include "error.h" #include "file-type.h" -- cgit v1.2.3-54-g00ecf