mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <sortix/initrd.h> not including <stdint.h>.
This commit is contained in:
parent
1b3f4b36d8
commit
2fe4a1ca92
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
#ifndef INCLUDE_SORTIX_INITRD_H
|
||||
#define INCLUDE_SORTIX_INITRD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Add table
Reference in a new issue