aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-01-23 11:37:58 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-23 11:37:58 +0100
commit8d99418ef64c36d89c126ccf3f5e033a204e60d4 (patch)
treeac034b36caafd9c01fbb3832a517bfa1e4b84d3d /include
parentee264da1aa222b354cee36184ab48c2072f62243 (diff)
downloadcmocka-8d99418ef64c36d89c126ccf3f5e033a204e60d4.tar.gz
cmocka-8d99418ef64c36d89c126ccf3f5e033a204e60d4.tar.xz
cmocka-8d99418ef64c36d89c126ccf3f5e033a204e60d4.zip
include: Change from should to must and add stdint.h
Fixes #15 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r--include/cmocka.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cmocka.h b/include/cmocka.h
index e7a3783..0ee4f53 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -41,12 +41,13 @@ int __stdcall IsDebuggerPresent();
/**
* @defgroup cmocka The CMocka API
*
- * These headers or their equivalents should be included prior to including
+ * These headers or their equivalents MUST be included prior to including
* this header file.
* @code
* #include <stdarg.h>
* #include <stddef.h>
* #include <setjmp.h>
+ * #include <stdint.h>
* @endcode
*
* This allows test applications to use custom definitions of C standard