Merge pull request #20 from dcornejo/develop
include limits.h for non-Linux compatibility
This commit is contained in:
commit
d032dbe1cb
4 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
#include <syslog.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/time.h>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue