Files
termux-packages/x11-packages/electron-host-tools-for-code-oss/electron-patches/9009-fix-include-in-file_dialog.h.patch
2025-12-14 12:47:47 +00:00

12 lines
305 B
Diff

--- a/electron/shell/browser/ui/file_dialog.h
+++ b/electron/shell/browser/ui/file_dialog.h
@@ -13,7 +13,7 @@
#include "base/files/file_path.h"
#include "base/memory/raw_ptr_exclusion.h"
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) && defined(__GLIBC__)
#include <bits/stdint-uintn.h>
#endif