mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Fix hiredis build
This commit is contained in:
parent
1c7c277432
commit
97ae5f7b1e
2 changed files with 1 additions and 1 deletions
2
third_party/hiredis/async.c
vendored
2
third_party/hiredis/async.c
vendored
|
@ -60,7 +60,7 @@
|
||||||
#include "third_party/hiredis/dict.c"
|
#include "third_party/hiredis/dict.c"
|
||||||
#include "third_party/hiredis/sds.h"
|
#include "third_party/hiredis/sds.h"
|
||||||
|
|
||||||
#include "third_party/hiredis/async_private.h"
|
#include "third_party/hiredis/async_private.inc"
|
||||||
|
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#undef assert
|
#undef assert
|
||||||
|
|
Loading…
Reference in a new issue