mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Correctly request SIZE_MAX in chvideomode.
This commit is contained in:
parent
7c85b4a057
commit
c8b795aab3
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#define __STDC_CONSTANT_MACROS
|
||||
#define __STDC_LIMIT_MACROS
|
||||
|
||||
#include <sys/keycodes.h>
|
||||
#include <sys/termmode.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Reference in a new issue