Skip to content

Commit

Permalink
Apply merge request RedisLabs#98
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Rodrigues committed Apr 3, 2022
1 parent ac83840 commit 7009903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sds.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define __SDS_H

#define SDS_MAX_PREALLOC (1024*1024)
const char *SDS_NOINIT;
extern const char *SDS_NOINIT;

#include <sys/types.h>
#include <stdarg.h>
Expand Down

0 comments on commit 7009903

Please sign in to comment.