You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/19 15:41:24 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #11232: [rpc] Implemented rpc logging

areusch commented on code in PR #11232:
URL: https://github.com/apache/tvm/pull/11232#discussion_r877227602


##########
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:
   ah, I forgot about that. I believe this was needed on Windows to define tvm_ssize_t properly. @mkatanbaf could you confirm that? If so, perhaps we can place this #include behind `#ifdef _MSC_VER`



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org