summaryrefslogtreecommitdiff
path: root/alloc.h
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-03-12 17:37:33 -0700
committermichael-grunder <michael.grunder@gmail.com>2020-03-13 10:57:06 -0700
commitd57067564e7a0eb7ba5e179950b8057e4994c9dc (patch)
tree6694850714dd2d3788cb1792b32c326ba11ce694 /alloc.h
parent139f966cc88514adad760356bb16e06e5056778c (diff)
Actually define include guard
Diffstat (limited to 'alloc.h')
-rw-r--r--alloc.h1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> /* for size_t */