Add missing includes to <sortix/display.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-12-29 23:56:09 +01:00
parent a66bb2900a
commit 2f02d5287e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <sys/cdefs.h>
#include <stddef.h>
#include <stdint.h>
__BEGIN_DECLS