| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 98ff615 commit 0876f78
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,10 @@ | |||
| 8 | 8 | #include "path.h" | |
| 9 | 9 | #include "zlib.h" | |
| 10 | 10 | ||
| 11 | + #ifdef NODE_IMPLEMENTS_POSIX_CREDENTIALS | ||
| 12 | + #include <unistd.h> // getuid | ||
| 13 | + #endif | ||
| 14 | + | ||
| 11 | 15 | namespace node { | |
| 12 | 16 | std::string Uint32ToHex(uint32_t crc) { | |
| 13 | 17 | std::string str; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments