mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(log): include missing <limits.h> on linux
This commit is contained in:
parent
32f8213fef
commit
fb4b96af7c
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#if defined(WHOA_SYSTEM_LINUX)
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#if defined(WHOA_SYSTEM_MAC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue