diff --git a/include/err.h b/include/err.h index 0aba1db..8f555e8 100644 --- a/include/err.h +++ b/include/err.h @@ -7,6 +7,10 @@ #ifndef LIBCRYPTOCOMPAT_ERR_H #define LIBCRYPTOCOMPAT_ERR_H +#include +#include +#include + #define err(exitcode, format, args...) \ errx(exitcode, format ": %s", ## args, strerror(errno))