aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c
index 59cb9b71..9e79c4e6 100644
--- a/common/log.c
+++ b/common/log.c
@@ -1,4 +1,4 @@
1#define _POSIX_C_SOURCE 199506L 1#define _POSIX_C_SOURCE 200112L
2#include <signal.h> 2#include <signal.h>
3#include <stdarg.h> 3#include <stdarg.h>
4#include <stdio.h> 4#include <stdio.h>