From 78a23a4d5ab27c8af26c0e232c099a0c16907649 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:11:55 +0200 Subject: xio: add ioexact operations Break this out so that we only need to have sigint non-static where it is really needed. 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 d85e6ad..d5b95e4 100644 --- a/curvetun.c +++ b/curvetun.c @@ -29,6 +29,7 @@ #include "die.h" #include "str.h" #include "cookie.h" +#include "ioexact.h" #include "xmalloc.h" #include "curvetun.h" #include "curve.h" -- cgit v1.2.3-54-g00ecf