aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorGeir Istad <gistad@cisco.com>2017-03-06 19:32:42 +0100
committerGeir Istad <gistad@cisco.com>2017-03-06 19:32:42 +0100
commit35bceb0e34ba1bc4bfa2b65890bcd93ab56bac5f (patch)
tree6627f70ac578aa7b862f2c9f1fc42ee2ec966f27 /crypto
parent28d6c015dd7af5ebf1d9cae196e9b45258d65b3b (diff)
downloadlibsrtp2-35bceb0e34ba1bc4bfa2b65890bcd93ab56bac5f.tar.gz
crypto/kernel/err.c: Include datatypes.h
Required for octet_string_set_to_zero()
Diffstat (limited to 'crypto')
-rw-r--r--crypto/kernel/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/kernel/err.c b/crypto/kernel/err.c
index b008400..98b3b6c 100644
--- a/crypto/kernel/err.c
+++ b/crypto/kernel/err.c
@@ -47,6 +47,7 @@
#endif
#include "err.h"
+#include "datatypes.h"
#include <string.h>
/* srtp_err_file is the FILE to which errors are reported */