summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c2
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"