Include <limits.h> instead of <linux/limits.h>.
This commit is contained in:
parent
7cd8d6db5c
commit
eba2a821a7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <stdint.h>
|
||||
#include <linux/limits.h>
|
||||
#include <limits.h>
|
||||
typedef uint32_t EHTMLMouseButton, EHTMLKeyModifiers;
|
||||
#define nullptr (void*)0
|
||||
|
||||
|
|
Loading…
Reference in a new issue