From e9a20f38ff7ff7adec65d3a46a0273220885b627 Mon Sep 17 00:00:00 2001 From: Stephen Hurd <deuce@synchro.net> Date: Tue, 10 Nov 2020 15:52:31 -0500 Subject: [PATCH] Use sockwrap.h for arpa/inet.h and strwrap.h for stdndup() --- src/syncterm/ripper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/syncterm/ripper.c b/src/syncterm/ripper.c index 3c27a40575..e908bf9d89 100644 --- a/src/syncterm/ripper.c +++ b/src/syncterm/ripper.c @@ -1,7 +1,6 @@ /* * The RIPper... interposes on the connection and handles RIP sequences */ -#include <arpa/inet.h> #include <sys/stat.h> #include <math.h> @@ -16,6 +15,8 @@ #include <dirwrap.h> #include <gen_defs.h> #include <genwrap.h> +#include <sockwrap.h> +#include <strwrap.h> #include <unistd.h> #include <vidmodes.h> #include <xpbeep.h> -- GitLab