Skip to content
Snippets Groups Projects
Verified Commit 337cf983 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

daemon: fix XDP includes for libknot master

This part is fully compatible with 3.0, fortunately.
It was insufficient inclusion on our side anyway, working by accident.
parent ee98c738
Branches
Tags
1 merge request!1192support Knot DNS master (3.1)
......@@ -11,6 +11,7 @@
#include <sys/resource.h>
#if ENABLE_XDP
#include <libknot/xdp/eth.h>
#include <libknot/xdp/xdp.h>
#include <net/if.h>
#endif
......
......@@ -9,6 +9,10 @@
#include "daemon/tls.h"
#include "daemon/worker.h"
#if ENABLE_XDP
#include <libknot/xdp/eth.h>
#endif
#include <libgen.h>
#include <net/if.h>
#include <sys/un.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment