1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-12 18:44:56 +03:00

Fix missing includes in program

This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-10 12:18:15 +00:00
parent 677af93baa
commit 1cc0a3405c
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#endif
#include <stdio.h>
#include <string.h>
#include "polarssl/bignum.h"
#include "polarssl/entropy.h"

View File

@@ -33,6 +33,7 @@
#endif
#include <stdio.h>
#include <string.h>
#include "polarssl/entropy.h"
#include "polarssl/ctr_drbg.h"