projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84197b6
)
Add stdlib.h and stdbool.h to zck.h as we use types defined in them in the
author
Jonathan Dieter
<jdieter@gmail.com>
Tue, 18 Sep 2018 12:53:05 +0000
(13:53 +0100)
committer
Jonathan Dieter
<jdieter@gmail.com>
Tue, 18 Sep 2018 12:53:05 +0000
(13:53 +0100)
header
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
include/zck.h.in
patch
|
blob
|
history
diff --git
a/include/zck.h.in
b/include/zck.h.in
index e9f1a9cc063d3521b5b81744aeb7c1cc3b1154a5..034b7e668712b60be25c35d927d77d8d6dd08be2 100644
(file)
--- a/
include/zck.h.in
+++ b/
include/zck.h.in
@@
-3,6
+3,9
@@
#define ZCK_VERSION "@version@"
+#include <stdlib.h>
+#include <stdbool.h>
+
typedef enum zck_hash {
ZCK_HASH_SHA1,
ZCK_HASH_SHA256,