diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-07-13 14:06:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-07-13 14:06:48 +0200 |
commit | 6db16591959229cfec0a7655988ee2bfdd1e2e7a (patch) | |
tree | 95a4a68cf838672197edd7b588f34f3abde6a449 /crypto.h | |
parent | dc075e943aa4be55f81e2ab34d5aef9631e9a237 (diff) |
fix by including platform.h
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ #include <gcrypt.h> #include <stdint.h> +#include "platform.h" #include <gnunet/gnunet_util_lib.h> #include "internals.h" |