diff options
Diffstat (limited to 'src/errors.h')
-rw-r--r-- | src/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h index eebd607..669e4e5 100644 --- a/src/errors.h +++ b/src/errors.h @@ -3,6 +3,8 @@ #include <stdnoreturn.h> +#include "common.h" + noreturn void err(const char *, ...) __attribute__((format(printf, 1, 2))); #endif /* !ORYX_ERRORS_H */ |