include settings.h in wc_port.h to pick up user_settings.h

This commit is contained in:
Chris Conlon 2017-06-28 12:25:44 -06:00
parent 3bdf8b3cfd
commit a89e50b7b7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifndef WOLF_CRYPT_PORT_H
#define WOLF_CRYPT_PORT_H
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/visibility.h>
#ifdef __cplusplus