mirror of https://mirror.osredm.com/root/redis.git
add missing signal.h include
This commit is contained in:
parent
3a482689c5
commit
9f8dcfe69a
|
@ -34,6 +34,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Reference in New Issue