From d57067564e7a0eb7ba5e179950b8057e4994c9dc Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Thu, 12 Mar 2020 17:37:33 -0700 Subject: [PATCH] Actually define include guard --- alloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/alloc.h b/alloc.h index fdabd2a..2c9b04e 100644 --- a/alloc.h +++ b/alloc.h @@ -29,6 +29,7 @@ */ #ifndef HIREDIS_ALLOC_H +#define HIREDIS_ALLOC_H #include /* for size_t */