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

fix missing include

struct timeval wasn't available, probably depending on libknot version,
breaking e.g. the Docker build.
parent b48604aa
1 merge request!419release 1.5.1
......@@ -17,6 +17,7 @@
#pragma once
#include <libknot/rrset.h>
#include <sys/time.h>
#include "lib/cdb.h"
#include "lib/defines.h"
#include "contrib/ucw/config.h" /*uint*/
......
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