diff --git a/srcpkgs/uhd/patches/fix-include.patch b/srcpkgs/uhd/patches/fix-include.patch new file mode 100644 index 00000000000..0b8efaffc3c --- /dev/null +++ b/srcpkgs/uhd/patches/fix-include.patch @@ -0,0 +1,27 @@ +Index: uhd-4.0.0.0/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.cpp +=================================================================== +--- uhd-4.0.0.0.orig/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.cpp ++++ uhd-4.0.0.0/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.cpp +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + using namespace uhd; + using namespace uhd::usrp; +Index: uhd-4.0.0.0/host/lib/include/uhdlib/utils/rpc.hpp +=================================================================== +--- uhd-4.0.0.0.orig/host/lib/include/uhdlib/utils/rpc.hpp ++++ uhd-4.0.0.0/host/lib/include/uhdlib/utils/rpc.hpp +@@ -12,7 +12,10 @@ + #include + #include + #include ++#include + #include ++#include ++#include + + namespace { +