* gl/modules/randread (Depends-on): Add stdalign.
* gl/lib/randread.c: Include <stdalign.h>, so we can ...
[!_STRING_ARCH_unaligned]: remove definition of stdalign.
#include <exitfail.h>
#include <fcntl.h>
#include <quotearg.h>
+#include <stdalign.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#if _STRING_ARCH_unaligned
# define ALIGNED_POINTER(ptr, type) true
#else
-# define alignof(type) offsetof (struct { char c; type x; }, x)
# define ALIGNED_POINTER(ptr, type) ((size_t) (ptr) % alignof (type) == 0)
#endif
fopen-safer
gettimeofday
quotearg
+stdalign
stdbool
stdint
unlocked-io