From 32bb8f7baa9892ad98587836d591186b6213ebee Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Sun, 27 Jun 2021 20:14:01 +0200 Subject: [PATCH] portability fixes --- libxo/xo_humanize.h | 2 -- libxo/xo_syslog.c | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libxo/xo_humanize.h b/libxo/xo_humanize.h index edf85b8..ca41b86 100644 --- a/libxo/xo_humanize.h +++ b/libxo/xo_humanize.h @@ -37,8 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include - #include #include #include diff --git a/libxo/xo_syslog.c b/libxo/xo_syslog.c index 62da181..d1171e1 100644 --- a/libxo/xo_syslog.c +++ b/libxo/xo_syslog.c @@ -38,7 +38,6 @@ * SUCH DAMAGE. */ -#include #include #include #include @@ -58,7 +57,9 @@ #include #include #include +#if 0 #include +#endif #include "xo_config.h" #include "xo.h"