Actually define include guard

This commit is contained in:
michael-grunder 2020-03-12 17:37:33 -07:00
parent 139f966cc8
commit d57067564e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
*/
#ifndef HIREDIS_ALLOC_H
#define HIREDIS_ALLOC_H
#include <stdlib.h> /* for size_t */