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

@ -105,6 +105,7 @@ Mapping netconf error-tag -> status code
#include <assert.h>
#include <time.h>
#include <signal.h>
#include <limits.h>
#include <sys/time.h>
#include <sys/wait.h>