aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/loop.c b/common/loop.c
index 750bee75..82b80017 100644
--- a/common/loop.c
+++ b/common/loop.c
@@ -1,4 +1,4 @@
1#define _POSIX_C_SOURCE 199309L 1#define _POSIX_C_SOURCE 200112L
2#include <limits.h> 2#include <limits.h>
3#include <string.h> 3#include <string.h>
4#include <stdbool.h> 4#include <stdbool.h>