aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/cowfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumm/cowfs.c')
-rw-r--r--src/dumm/cowfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumm/cowfs.c b/src/dumm/cowfs.c
index f708a293b..a6152bf25 100644
--- a/src/dumm/cowfs.c
+++ b/src/dumm/cowfs.c
@@ -37,7 +37,7 @@
#include <debug.h>
#include <threading/thread.h>
#include <threading/rwlock.h>
-#include <utils/linked_list.h>
+#include <collections/linked_list.h>
/** define _XOPEN_SOURCE 500 fails when using libstrongswan, define popen */
extern ssize_t pread(int fd, void *buf, size_t count, off_t offset);