diff options
Diffstat (limited to '')
-rw-r--r-- | include/err.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/err.h b/include/err.h index c4b241a..3f52afc 100644 --- a/include/err.h +++ b/include/err.h @@ -26,7 +26,8 @@ #endif -#include <stdarg.h> +#define __NEED_va_list +#include <bits/types.h> |