Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust include paths #1225

Closed
GregSlazinski opened this issue Dec 20, 2017 · 1 comment
Closed

adjust include paths #1225

GregSlazinski opened this issue Dec 20, 2017 · 1 comment
Labels

Comments

@GregSlazinski
Copy link

replace
https://github.com/ARMmbed/mbedtls/blob/development/include/mbedtls/ssl.h#L55
https://github.com/ARMmbed/mbedtls/blob/development/include/mbedtls/platform.h#L33
#include "mbedtls/platform_time.h"
with
#include "platform_time.h"

these files are in the same folder, so the paths should not include "mbedtls/"

I'm trying to include the headers in a standalone project and I'm getting errors about"mbedtls/*" file not found.
After doing the replacements, the headers compile OK.

@RonEld RonEld added the bug label Dec 21, 2017
@RonEld
Copy link
Contributor

RonEld commented Dec 21, 2017

Hi @GregSlazinski Thank you for raising this issue!
I believe that this is a duplicate of #857 , and that #921 fixes this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants