mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 16:36:55 +00:00
Fix missing includes in program
This commit is contained in:
parent
677af93baa
commit
1cc0a3405c
|
@ -33,6 +33,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "polarssl/bignum.h"
|
||||
#include "polarssl/entropy.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "polarssl/entropy.h"
|
||||
#include "polarssl/ctr_drbg.h"
|
||||
|
|
Loading…
Reference in a new issue