summaryrefslogtreecommitdiff
path: root/cord/cordxtra.c
diff options
context:
space:
mode:
Diffstat (limited to 'cord/cordxtra.c')
-rw-r--r--cord/cordxtra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cord/cordxtra.c b/cord/cordxtra.c
index b1694c26..3771997e 100644
--- a/cord/cordxtra.c
+++ b/cord/cordxtra.c
@@ -29,8 +29,8 @@
# include <stdlib.h>
# include <stdarg.h>
-# include "cord.h"
-# include "ec.h"
+#include "gc/cord.h"
+#include "gc/ec.h"
# define I_HIDE_POINTERS /* So we get access to allocation lock. */
/* We use this for lazy file reading, */