From 3dbb2ce2ea8b12867db0e24d4bd6c7c6501f5d5d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 25 May 2022 18:20:38 -0400 Subject: Fix some portability issues --- compat_strtonum.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'compat_strtonum.c') diff --git a/compat_strtonum.c b/compat_strtonum.c index aa433d8..356153d 100644 --- a/compat_strtonum.c +++ b/compat_strtonum.c @@ -17,13 +17,12 @@ * $OpenBSD: strtonum.c,v 1.7 2013/04/17 18:40:58 tedu Exp $ */ -#include -__FBSDID("$FreeBSD$"); - #include #include #include +#include "compat.h" + #define INVALID 1 #define TOOSMALL 2 #define TOOLARGE 3 -- cgit v1.2.3