Correctly request SIZE_MAX in chvideomode.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-01-26 01:07:27 +01:00
parent 7c85b4a057
commit c8b795aab3
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#define __STDC_CONSTANT_MACROS
#define __STDC_LIMIT_MACROS
#include <sys/keycodes.h>
#include <sys/termmode.h>
#include <sys/wait.h>