mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
fix new build warning about getGenericCommand (#7882)
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
#include "server.h"
|
||||
#include <math.h> /* isnan(), isinf() */
|
||||
|
||||
/* Forward declarations */
|
||||
int getGenericCommand(client *c);
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* String Commands
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user