Commit 9c7c602c authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

exit(3) is defined in stdlib.h

parent 435e545d
......@@ -29,6 +29,7 @@
#ifndef __UTIL_H
#define __UTIL_H
#include <stdlib.h>
/* Abort on out of memory */
static void redisOOM(void) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment