acipher: add missed header

LONG_MAX is defined in limits.h header

  optee_examples/acipher/host/main.c:46:22: error:
  use of undeclared identifier 'LONG_MAX'

Signed-off-by: SeongOok CHOI <kakapapa2@gmail.com>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
1 file changed
tree: b36ab1a7a03559ef773944925a055a4a826c4458
  1. acipher/
  2. aes/
  3. hello_world/
  4. hotp/
  5. random/
  6. secure_storage/
  7. .gitignore
  8. Android.mk
  9. CMakeLists.txt
  10. CMakeToolchain.txt
  11. LICENSE
  12. Makefile
  13. README.md
README.md

OP-TEE Sample Applications

This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.

// OP-TEE core maintainers