Skip to content
Snippets Groups Projects
Commit 2b73cdcb authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: fixed modules broken by latest build

fixes #18
parent 6ee990c2
Branches
Tags
No related merge requests found
......@@ -15,6 +15,7 @@
*/
#include <libknot/internal/namedb/namedb.h>
#include <contrib/cleanup.h>
#include "daemon/engine.h"
#include "lib/module.h"
......
......@@ -28,6 +28,7 @@
#include <libmemcached/memcached.h>
#include <libknot/internal/namedb/namedb.h>
#include <libknot/errcode.h>
#include <contrib/cleanup.h>
#include "lib/generic/array.h"
#include "lib/cache.h"
......
......@@ -15,6 +15,7 @@
*/
#include <libknot/internal/namedb/namedb.h>
#include <contrib/cleanup.h>
#include <uv.h>
#include "modules/redis/redis.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