commit 36dc38acf612250782f9ca55bdef39497d3fe31e parent 9de3546082bcf80a09f10d169cad26ef1652bd93 Author: sin <sin@2f30.org> Date: Fri, 20 Feb 2015 12:21:46 +0000 Add missing limits.h include for nl(1) Required for the *_MAX constants. Diffstat:
M | nl.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nl.c b/nl.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include <limits.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h>