logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 9f06577c3aed7211d028d195d2525fda23cf60ba
parent c06f0f3b56a111141d2d0c0cafd81d3776733b16
Author: Frederic Cambus <fred@statdns.com>
Date:   Wed,  7 Dec 2016 21:11:25 +0100

Define _POSIX_SOURCE to attempt fixing implicit declaration of function 'fileno' on Linux

Diffstat:
Msrc/logswan.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/logswan.c b/src/logswan.c @@ -12,6 +12,8 @@ /* */ /*****************************************************************************/ +#define _POSIX_SOURCE + #include <arpa/inet.h> #include <netinet/in.h> #include <sys/socket.h>