IPC_HLE_net_ssl: Include mbedtls/platform.h
My version of mbedtls seems to require this -- otherwise, it doesn't compile.
This commit is contained in:
parent
f5fa5a7d32
commit
980ecfba7f
|
@ -4,12 +4,18 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// These imports need to be in this order for mbed to be included correctly.
|
||||
// clang-format off
|
||||
|
||||
#include <mbedtls/platform.h>
|
||||
#include <mbedtls/ctr_drbg.h>
|
||||
#include <mbedtls/entropy.h>
|
||||
#include <mbedtls/net.h>
|
||||
#include <mbedtls/ssl.h>
|
||||
#include <string>
|
||||
|
||||
// clang-format on
|
||||
|
||||
#include "Core/IPC_HLE/WII_IPC_HLE_Device.h"
|
||||
|
||||
#define NET_SSL_MAXINSTANCES 4
|
||||
|
|
Loading…
Reference in New Issue