Commit d5706756 authored by michael-grunder's avatar michael-grunder
Browse files

Actually define include guard

parent 139f966c
......@@ -29,6 +29,7 @@
*/
#ifndef HIREDIS_ALLOC_H
#define HIREDIS_ALLOC_H
#include <stdlib.h> /* for size_t */
......
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