logswan

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

commit d4032db6ee3c52f098650fda3a42bfd09ad4b4f9
parent b7d8232b2405f25b0ee24b71bda61b5502484339
Author: Frederic Cambus <fred@statdns.com>
Date:   Sat, 26 Nov 2016 17:01:50 +0100

Try another incantation...

Diffstat:
Msrc/parse.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/parse.c b/src/parse.c @@ -12,7 +12,8 @@ /* */ /*****************************************************************************/ -#define __USE_POSIX +#define _POSIX_C_SOURCE 200112L + #include <string.h> #include "parse.h"