Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit cea3a35

Browse files
committed
Fix Xcode build
1 parent d542f06 commit cea3a35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/redisclient/impl/redisclientimpl.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
#include "redisclientimpl.h"
1414

15+
#ifdef __APPLE__
16+
typedef suseconds_t __suseconds_t;
17+
#endif
18+
1519
namespace
1620
{
1721
static const char crlf[] = {'\r', '\n'};

0 commit comments

Comments
 (0)