Fix compilation of hphp/util/process-cpu.cpp on MacOS
commit4439143e6f475aecafee6d23c043a850d6dc2a88
authorArtem Pianykh <arr@meta.com>
Mon, 24 Oct 2022 17:14:06 +0000 (24 10:14 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 24 Oct 2022 17:14:06 +0000 (24 10:14 -0700)
tree1ecea3ed7d9c9f62a3f0343ac48d4d6bc2290d09
parentde6fe115d00b33a73d5cb8e92dab03bbefa17e64
Fix compilation of hphp/util/process-cpu.cpp on MacOS

Summary: MacOS's clang 13.1.6 is not happy about `u_int` and seem to require `sys/types.h` header.

Reviewed By: aorenste

Differential Revision: D40587790

fbshipit-source-id: 10f37d4940b7737213572d4cd758fdb1d5ce4a44
hphp/util/process-cpu.cpp