[hackers] [sbase] Add missing limits.h include for nl(1) || sin
commit 0d7a38eee73efdd915ac20d956b3915475dc5f60
Author: sin <sin_AT_2f30.org>
Date: Fri Feb 20 12:21:46 2015 +0000
Add missing limits.h include for nl(1)
Required for the *_MAX constants.
diff --git a/nl.c b/nl.c
index 434999a..5de4844 100644
--- a/nl.c
+++ b/nl.c
_AT_@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
+#include <limits.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
Received on Fri Feb 20 2015 - 13:22:16 CET
This archive was generated by hypermail 2.3.0
: Fri Feb 20 2015 - 13:24:09 CET