diff options
Diffstat (limited to 'common/spio.c')
-rw-r--r-- | common/spio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spio.c b/common/spio.c index c26f81a..d0efe05 100644 --- a/common/spio.c +++ b/common/spio.c @@ -56,8 +56,8 @@ #include <stdarg.h> #include <unistd.h> #include <errno.h> -#include <err.h> +#include "compat.h" #include "usuals.h" #include "sock_any.h" #include "stringx.h" |