From ee1b91efd3acb5fff9ba08a3ebb7aecd76e2d21c Mon Sep 17 00:00:00 2001 From: np Date: Sun, 28 Apr 2019 08:22:37 +0000 Subject: [PATCH] cxgbetool(8): Make sure getline is available. This is a direct commit to stable/11. --- usr.sbin/cxgbetool/cxgbetool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/cxgbetool/cxgbetool.c b/usr.sbin/cxgbetool/cxgbetool.c index 8a49872a9d9..0d350c9e2e4 100644 --- a/usr.sbin/cxgbetool/cxgbetool.c +++ b/usr.sbin/cxgbetool/cxgbetool.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#define _WITH_GETLINE #include #include #include -- 2.45.0