mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <dispd.h> not including <stddef.h> and <stdint.h>.
This commit is contained in:
parent
6419df7a6d
commit
c38f5605e8
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#if !defined(__cplusplus)
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue