blob: be4fd8e2d421a7b4eaf6e0778f610e505f89c0d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- source/utils/logging.h.orig 2025-04-10 20:05:03 UTC
+++ source/utils/logging.h
@@ -29,11 +29,9 @@
#include "ze_api.h"
#include "ze_util.h"
-#ifdef __linux__
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
-#endif // __linux__
namespace loader {
@@ -235,4 +233,4 @@ inline std::shared_ptr<Logger> createLogger() {
} // namespace loader
-#endif
\ No newline at end of file
+#endif
|