Add missing limits.h include for nl(1)
Required for the *_MAX constants.
This commit is contained in:
parent
9de3546082
commit
36dc38acf6
1
nl.c
1
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user