diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common.h b/common.h new file mode 100644 index 0000000..746cf36 --- /dev/null +++ b/common.h @@ -0,0 +1,9 @@ +/* See LICENSE file for copyright and license details. */ +#include "libsha2.h" + +#include <sys/stat.h> +#include <alloca.h> +#include <errno.h> +#include <stddef.h> +#include <string.h> +#include <unistd.h> |