Add missing limits.h include for nl(1)

Required for the *_MAX constants.
This commit is contained in:
sin 2015-02-20 12:21:46 +00:00
parent 9de3546082
commit 36dc38acf6
1 changed files with 1 additions and 0 deletions

1
nl.c
View File

@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include <limits.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>