include limits.h for non-Linux compatibility

This commit is contained in:
Dave Cornejo 2018-04-23 08:49:45 -10:00
parent 50522df3d9
commit 513df9b19d
4 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@
#include <sys/types.h>
#include <regex.h>
#include <netinet/in.h>
#include <limits.h>
/* cligen */
#include <cligen/cligen.h>