Merge pull request #20 from dcornejo/develop

include limits.h for non-Linux compatibility
This commit is contained in:
Olof Hagsand 2018-04-23 21:39:51 +02:00 committed by GitHub
commit d032dbe1cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -52,6 +52,7 @@
#include <regex.h>
#include <syslog.h>
#include <netinet/in.h>
#include <limits.h>
/* cligen */
#include <cligen/cligen.h>

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>

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>

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>