diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> #include <stdio.h> +#include <stdalign.h> #include <sys/types.h> #include <pwd.h> #include <grp.h> @@ -57,7 +58,6 @@ #include "system.h" -#include "alignof.h" #include "areadlink.h" #include "error.h" #include "file-type.h" |