When compiling using Arduino Uno IDE following headers are missing from MediaTek-Labs aws_mbedtls_mqtt library.
#include <vmsock.h> #include "vmio.h" #include "vmstdlib.h" #include <vmchset.h> #include "vmsys.h" #include <LTask.h> #include <LWiFi.h> #include <LWiFiClient.h> #include <LGPRS.h>
Please let me know where i will be get above libraries and where can i keep it in arduino libraries folder.
As stated in the documentation, that code is written for the Linkit ONE. You're trying to compile for an Arduino Uno. The missing files are part of the Linkit ONE hardware package.
If you have an Arduino Uno then you will need to either find a different library to do what you're trying to do or port the library to work with the Uno, which may or may not even be possible.