diff options
Diffstat (limited to 'repos/extra/firefox/fix-webrtc-pid_t.patch')
| -rw-r--r-- | repos/extra/firefox/fix-webrtc-pid_t.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/extra/firefox/fix-webrtc-pid_t.patch b/repos/extra/firefox/fix-webrtc-pid_t.patch deleted file mode 100644 index dd8307c3..00000000 --- a/repos/extra/firefox/fix-webrtc-pid_t.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/third_party/libwebrtc/modules/desktop_capture/desktop_capturer.h -+++ b/third_party/libwebrtc/modules/desktop_capture/desktop_capturer.h -@@ -11,6 +11,7 @@ - #ifndef MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURER_H_ - #define MODULES_DESKTOP_CAPTURE_DESKTOP_CAPTURER_H_ - -+#include <sys/types.h> - #include <cstddef> - #include <cstdint> - #include <memory> |