aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lease.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lease.c b/lease.c
index 73028aa..eac5a15 100644
--- a/lease.c
+++ b/lease.c
@@ -1,4 +1,8 @@
-#define _POSIX_C_SOURCE 200809L
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+#define _GNU_SOURCE
#include <arpa/inet.h>
#include <inttypes.h>