1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

View file

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