aboutgitcodelistschat:MatrixIRC
path: root/common/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.c')
-rw-r--r--common/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/common.c b/common/common.c
index cd792de..f67f175 100644
--- a/common/common.c
+++ b/common/common.c
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stddef.h>
#include <stdio.h>
#include <string.h>
@@ -11,6 +12,7 @@
#include <linux/audit.h>
#include <linux/seccomp.h>
+#include <linux/limits.h>
#include "util.h"
#include "common.h"