mkatanbaf commented on code in PR #11232:
URL: https://github.com/apache/tvm/pull/11232#discussion_r877309151
##########
include/tvm/runtime/c_runtime_api.h:
##########
@@ -76,6 +76,18 @@ extern "C" {
#endif
#include <stddef.h>
#include <stdint.h>
+#include <stdio.h>
+#include <sys/types.h>
Review Comment:
@manupa-arm @areusch The <stdio.h> is needed to define ssize_t (not on
windows, for windows we directly used int64_t and int32_t instead of ssize_t).
The <sys/type.h> was needed on hexagon.
We discussed the proper place to add this definition and landed on the
c_runtime_api. @manupa-arm please lmk if you have another suggestion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]