From 36dc38acf612250782f9ca55bdef39497d3fe31e Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 20 Feb 2015 12:21:46 +0000 Subject: [PATCH] Add missing limits.h include for nl(1) Required for the *_MAX constants. --- nl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nl.c b/nl.c index 434999a..5de4844 100644 --- a/nl.c +++ b/nl.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include #include #include #include