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
1 changed files with 2 additions and 0 deletions

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