From 22e4551cb007312ef808669aa70cad10a7657136 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:02:59 +0200 Subject: xio: refactor fopencookie related functions Again, we move them out of xio to shrink it down. Signed-off-by: Daniel Borkmann --- curvetun.c | 1 + 1 file changed, 1 insertion(+) (limited to 'curvetun.c') diff --git a/curvetun.c b/curvetun.c index b2cc9b5..d85e6ad 100644 --- a/curvetun.c +++ b/curvetun.c @@ -28,6 +28,7 @@ #include "xutils.h" #include "die.h" #include "str.h" +#include "cookie.h" #include "xmalloc.h" #include "curvetun.h" #include "curve.h" -- cgit v1.2.3-54-g00ecf