diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:11:55 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:11:55 +0200 |
commit | 78a23a4d5ab27c8af26c0e232c099a0c16907649 (patch) | |
tree | 7abfec64bdb1c639faca541512e95b6f3bfa9aad /ct_usermgmt.c | |
parent | 22e4551cb007312ef808669aa70cad10a7657136 (diff) |
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 <dborkman@redhat.com>
Diffstat (limited to 'ct_usermgmt.c')
-rw-r--r-- | ct_usermgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ct_usermgmt.c b/ct_usermgmt.c index 6dc7f35..e21675f 100644 --- a/ct_usermgmt.c +++ b/ct_usermgmt.c @@ -18,6 +18,7 @@ #include "ct_usermgmt.h" #include "locking.h" #include "xmalloc.h" +#include "ioexact.h" #include "xio.h" #include "str.h" #include "curvetun.h" |