From 97ae5f7b1ef73e3ac4ea5d42aa16b1fad99ff8c9 Mon Sep 17 00:00:00 2001 From: Ronsor Date: Fri, 23 Dec 2022 18:56:36 -0700 Subject: [PATCH] Fix hiredis build --- third_party/hiredis/async.c | 2 +- third_party/hiredis/{async_private.h => async_private.inc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename third_party/hiredis/{async_private.h => async_private.inc} (100%) diff --git a/third_party/hiredis/async.c b/third_party/hiredis/async.c index abebb4e87..0399dee4e 100644 --- a/third_party/hiredis/async.c +++ b/third_party/hiredis/async.c @@ -60,7 +60,7 @@ #include "third_party/hiredis/dict.c" #include "third_party/hiredis/sds.h" -#include "third_party/hiredis/async_private.h" +#include "third_party/hiredis/async_private.inc" #ifdef NDEBUG #undef assert diff --git a/third_party/hiredis/async_private.h b/third_party/hiredis/async_private.inc similarity index 100% rename from third_party/hiredis/async_private.h rename to third_party/hiredis/async_private.inc