summaryrefslogtreecommitdiff
path: root/ioops.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-11 00:22:08 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-11 00:22:08 +0200
commit22aeecb491b346fe944f38e083cd26d4d235c632 (patch)
tree44d44c9b36ad442214ca04b32901b9f207859356 /ioops.h
parent42d1a29e7b7a55f39114115b9cb4814989ad5bf2 (diff)
curve: move selftest to own file
Move the curve selftest to its own file. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ioops.h')
-rw-r--r--ioops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ioops.h b/ioops.h
index a344361..6de6c62 100644
--- a/ioops.h
+++ b/ioops.h
@@ -1,6 +1,8 @@
#ifndef IOOPS_H
#define IOOPS_H
+#include <sys/types.h>
+
extern int open_or_die(const char *file, int flags);
extern int open_or_die_m(const char *file, int flags, mode_t mode);
extern void create_or_die(const char *file, mode_t mode);