]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: fixed modules broken by latest build
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 10 Dec 2015 17:16:33 +0000 (18:16 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 10 Dec 2015 17:16:33 +0000 (18:16 +0100)
fixes #18

modules/kmemcached/kmemcached.c
modules/kmemcached/namedb_memcached.c
modules/redis/redis.c

index fdb6d70f72a4c41ecbb3951a17f96b0cb9c1a392..367c31c8585b9046d8d34744365eafc8ce813747 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <libknot/internal/namedb/namedb.h>
+#include <contrib/cleanup.h>
 
 #include "daemon/engine.h"
 #include "lib/module.h"
index 38f80331d60a67b04f09dc65c0549461681c3b7a..3aefe1b72618d07efec9c8d45695b278eb60f26e 100644 (file)
@@ -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"
index e77e393274ce5f70b5bb7945dfbdf346110bc8b8..c38cbc5ccf633fba34a91aa44f72af3736962778 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <libknot/internal/namedb/namedb.h>
+#include <contrib/cleanup.h>
 #include <uv.h>
 
 #include "modules/redis/redis.h"