mirror of https://mirror.osredm.com/root/redis.git
fix new build warning about getGenericCommand (#7882)
This commit is contained in:
parent
6418d767e8
commit
f87a47dc97
|
@ -30,6 +30,9 @@
|
|||
#include "server.h"
|
||||
#include <math.h> /* isnan(), isinf() */
|
||||
|
||||
/* Forward declarations */
|
||||
int getGenericCommand(client *c);
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* String Commands
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in New Issue