mirror of https://mirror.osredm.com/root/redis.git
Merge pull request #1822 from vito/patch-1
add missing signal.h include
This commit is contained in:
commit
3f8865bcdc
|
@ -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