Add missing 'common.h' include.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk 2021-05-19 17:32:14 +02:00
parent 846f021de2
commit 88fa17d1e9

View file

@ -18,6 +18,8 @@
* limitations under the License.
*/
#include "common.h"
#if defined(MBEDTLS_CONFIG_FILE)
#include MBEDTLS_CONFIG_FILE
#else