void-packages/srcpkgs/electron19/files/patches/chromium-fix-musl-missing-unistd_h-include.patch
Đoàn Trần Công Danh 116661dd4b Revert "electron19: drop package"
Rocket.Chat-Desktop still uses electron19.
electron19 still in the repo.

This reverts commit c4d86008da558ac6723b5fa21ca6bc3f2170e62c.
2024-03-31 16:18:02 +07:00

11 lines
258 B
Diff

--- a/sandbox/linux/services/credentials.h
+++ b/sandbox/linux/services/credentials.h
@@ -13,6 +13,7 @@
#include <string>
#include <vector>
+#include <unistd.h>
#include "sandbox/linux/system_headers/capability.h"
#include "sandbox/sandbox_export.h"