summaryrefslogtreecommitdiff
path: root/src/examples/memslice-bench/memslice-bench.c
diff options
context:
space:
mode:
authorAdam Cécile (Le_Vert) <gandalf@le-vert.net>2018-04-24 16:52:34 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-04-24 16:52:34 +0200
commitfaa37905ce30a136b3dfd53f708d50c7afab5261 (patch)
tree5bd2180cf2e4de72a4679fdc7eb1d830587d83de /src/examples/memslice-bench/memslice-bench.c
parent331a4905a5c83d635f9ad3b075c3593c3e31bdbb (diff)
This patch makes the examples build standalone.
Gbp-Pq: Name 002-Make-Examples-Buildable-standalone.diff
Diffstat (limited to 'src/examples/memslice-bench/memslice-bench.c')
-rw-r--r--src/examples/memslice-bench/memslice-bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/memslice-bench/memslice-bench.c b/src/examples/memslice-bench/memslice-bench.c
index 3ed95fc..a5c3cf6 100644
--- a/src/examples/memslice-bench/memslice-bench.c
+++ b/src/examples/memslice-bench/memslice-bench.c
@@ -30,7 +30,7 @@
} \
} while (0)
-#include <mowgli.h>
+#include <libmowgli-2/mowgli.h>
mowgli_allocation_policy_t *memslice;
mowgli_allocation_policy_t *sysmalloc;