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

@ -54,6 +54,7 @@
#include <syslog.h>
#include <fcntl.h>
#include <time.h>
#include <limits.h>
#include <signal.h>
#include <sys/time.h>