include user_settings.h manually when wolfCrypt is not in use

pull/285/head
John Bland 2023-07-27 16:04:25 -04:00
parent cc88dcd4ab
commit fafd0c2780
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ typedef int64_t INT64;
#include <string.h>
#include <arpa/inet.h>
#ifdef WOLFTPM_USER_SETTINGS
#include "user_settings.h"
#endif
typedef uint8_t byte;
typedef uint16_t word16;
typedef uint32_t word32;