mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix libc files not including <stdalign.h> if using alignas(3).
This commit is contained in:
parent
bfcd7768d2
commit
b30878e816
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <grp.h>
|
||||
#include <stdalign.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue