File scoped_refptr-abseil-2401.patch of Package nodejs-signal-ringrtc
--- webrtc-6834c/api/scoped_refptr.h.orig 2025-01-29 21:16:09.788457195 +0100 +++ webrtc-6834c/api/scoped_refptr.h 2025-01-29 22:16:38.028833031 +0100 @@ -68,6 +68,10 @@ #include "absl/base/nullability.h" +#ifndef ABSL_NULLABILITY_COMPATIBLE +#define ABSL_NULLABILITY_COMPATIBLE +#endif + namespace webrtc { template <class T>