Merge branch 'master' of https://github.com/clicon/clixon
This commit is contained in:
commit
3dd67474e0
23 changed files with 119 additions and 50 deletions
|
|
@ -39,7 +39,6 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#define __USE_GNU /* strverscmp */
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/ucred.h>
|
||||
#endif
|
||||
#define __USE_GNU
|
||||
#define __USE_GNU /* for ucred */
|
||||
#define _GNU_SOURCE /* for ucred */
|
||||
#include <sys/socket.h>
|
||||
#include <sys/param.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue