kernel: include limits.h for UINT_MAX

Change-Id: I9ae1019179f38fd9799997c189a4180d68e9bde6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-01-17 07:08:56 -05:00 committed by Anas Nashif
commit 173902f940

View file

@ -25,6 +25,7 @@
#include <stddef.h>
#include <stdint.h>
#include <limits.h>
#include <toolchain.h>
#include <sections.h>
#include <atomic.h>