summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binary.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/binary.h b/binary.h
index 0ee58ac..afe3e71 100644
--- a/binary.h
+++ b/binary.h
@@ -1,3 +1,6 @@
+#ifndef BINARY_H
+#define BINARY_H
+
/*
* MIT License
*
@@ -58,3 +61,5 @@
#define BIN(_n) (BIN_FROM_ARRAY(#_n))
char *binstr(size_t n, char s[n], uintmax_t b);
+
+#endif