ray/thirdparty/patches/hiredis-async-include-dict.patch

8 lines
171 B
Diff
Raw Normal View History

2019-11-29 15:32:45 -08:00
diff --git deps/hiredis/async.c deps/hiredis/async.c
--- deps/hiredis/async.c
+++ deps/hiredis/async.c
@@ -41,1 +41,1 @@
2019-11-29 15:32:45 -08:00
-#include "dict.c"
+#include "hiredis/dict.c"
--