doc: Add stdint.h to headers

Will be required in future.
This commit is contained in:
Andreas Schneider 2020-10-05 17:07:56 +02:00
parent 25b8f0abed
commit e31967fbed
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ the test succeeded.
@code
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>

View File

@ -46,6 +46,7 @@ int __stdcall IsDebuggerPresent();
* @code
* #include <stdarg.h>
* #include <stddef.h>
* #include <stdint.h>
* #include <setjmp.h>
* #include <stdint.h>
* @endcode