manupa-arm commented on code in PR #11232:
URL: https://github.com/apache/tvm/pull/11232#discussion_r877314011


##########
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:
   From a naive look at the PR, It seems it is being used in rpc related 
sources (that uses PosixWrite and already assumes the presense of the OS). How 
about somewhere that is specific to RPC ?



-- 
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]

Reply via email to