We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edf4a0 commit 1f2f13dCopy full SHA for 1f2f13d
1 file changed
src/compile_cache.cc
@@ -8,6 +8,10 @@
8
#include "path.h"
9
#include "zlib.h"
10
11
+#ifdef NODE_IMPLEMENTS_POSIX_CREDENTIALS
12
+#include <unistd.h> // getuid
13
+#endif
14
+
15
namespace node {
16
std::string Uint32ToHex(uint32_t crc) {
17
std::string str;
0 commit comments