aboutsummaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorThomas Gschwantner <tharre3@gmail.com>2019-07-16 01:12:06 +0200
committerThomas Gschwantner <tharre3@gmail.com>2019-07-18 02:52:03 +0200
commit10d13c7b37f8e470bde3bd6dea0857c81ffefd63 (patch)
treea09179d52bddae5163499ef88b8a9fe528ae3e0c /common.c
parentradix-trie: inline find_node() into ipp_addpool() (diff)
downloadwg-dynamic-10d13c7b37f8e470bde3bd6dea0857c81ffefd63.tar.xz
wg-dynamic-10d13c7b37f8e470bde3bd6dea0857c81ffefd63.zip
Implement lease expiration
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index 09a02e2..28f0ba0 100644
--- a/common.c
+++ b/common.c
@@ -12,7 +12,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <sys/param.h>
#include <arpa/inet.h>
#include <libmnl/libmnl.h>