1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2014-02-25 22:10:40 +01:00
parent 1b3f4b36d8
commit 2fe4a1ca92

View file

@ -25,6 +25,8 @@
#ifndef INCLUDE_SORTIX_INITRD_H
#define INCLUDE_SORTIX_INITRD_H
#include <stdint.h>
#include <sys/cdefs.h>
__BEGIN_DECLS