SIGN IN SIGN UP

fix(unit_tests): add missing stdint.h include in remoted request wrapper

request_wrappers.c uses uint32_t/uint64_t without including stdint.h,
which broke the agent-target unit test build regardless of any other
change. Unrelated to issue 38428; fixed here only because it otherwise
blocks testing the rest of this branch.
J
jr0me committed
1045547269cf625fa2500858d9958406cdf01d6b
Parent: 93a1821