mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00
11 lines
239 B
Diff
11 lines
239 B
Diff
![]() |
diff --git deps/hiredis/async.c deps/hiredis/async.c
|
||
|
index d955203f..026601de 100644
|
||
|
--- deps/hiredis/async.c
|
||
|
+++ deps/hiredis/async.c
|
||
|
@@ -40,3 +40,3 @@
|
||
|
#include "net.h"
|
||
|
-#include "dict.c"
|
||
|
+#include "hiredis/dict.c"
|
||
|
#include "sds.h"
|
||
|
--
|