summaryrefslogtreecommitdiff
path: root/cvt/strtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'cvt/strtab.c')
-rw-r--r--cvt/strtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvt/strtab.c b/cvt/strtab.c
index 5a8ebc6..b8cf2b4 100644
--- a/cvt/strtab.c
+++ b/cvt/strtab.c
@@ -28,7 +28,7 @@
#include "libctf/ctf_impl.h"
#include "strtab.h"
-#include "memory.h"
+#include "common/memory.h"
#define STRTAB_HASHSZ 211 /* use a prime number of hash buckets */
#define STRTAB_BUFSZ (64 * 1024) /* use 64K data buffers by default */