compile on alpine
This commit is contained in:
parent
024ba3439d
commit
9cf4b0139a
3 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
#include <sys/ucred.h>
|
||||
#endif
|
||||
#define __USE_GNU
|
||||
#define _GNU_SOURCE /* for ucred */
|
||||
#include <sys/socket.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@
|
|||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/time.h> /* gettimeofday */
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* CLIXON version macros
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
#include <stdint.h>
|
||||
#include <syslog.h>
|
||||
#include <assert.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
/* cligen */
|
||||
#include <cligen/cligen.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue