ray/thirdparty/patches/hiredis-async-include-dict.patch
mehrdadn 9948a3779d Simplify patches and make them more robust (#6478)
* Get rid of 'index' lines in patches, which are unnecessary and likely wrong anyway (esp. when there are multiple patches)

* Simplify patches to remove unnecessary context and make them more robust
2019-12-16 19:28:06 -08:00

7 lines
171 B
Diff

diff --git deps/hiredis/async.c deps/hiredis/async.c
--- deps/hiredis/async.c
+++ deps/hiredis/async.c
@@ -41,1 +41,1 @@
-#include "dict.c"
+#include "hiredis/dict.c"
--