Skip to content

Commit

Permalink
client api: fix ULONG_MAX dependency
Browse files Browse the repository at this point in the history
ULONG_MAX depends on limits.h.

Fixes: 9faeb1b ("tee_client_api: Correct max shared memory size define")
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
  • Loading branch information
etienne-lms committed May 22, 2017
1 parent 9faeb1b commit 36139eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/tee_client_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <stdint.h>
#include <stddef.h>
#include <limits.h>

/*
* Defines the number of available memory references in an open session or
Expand Down

0 comments on commit 36139eb

Please sign in to comment.