From 9e4cf71371187927a6eb7cc4fe32b67d58a93010 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 00:04:15 +0200 Subject: xutils: break out string handling and locking Break out all string handling functions and lockme stuff in order to further eliminate the big code blob in xutils, so that it can be easier maintained. Signed-off-by: Daniel Borkmann --- curve.c | 1 + 1 file changed, 1 insertion(+) (limited to 'curve.c') diff --git a/curve.c b/curve.c index 229cd76..1b05f0c 100644 --- a/curve.c +++ b/curve.c @@ -22,6 +22,7 @@ #include "xutils.h" #include "xio.h" #include "die.h" +#include "str.h" #include "curvetun.h" #include "locking.h" #include "crypto_verify_32.h" -- cgit v1.2.3-54-g00ecf