summaryrefslogtreecommitdiff
path: root/cord/cordbscs.c
diff options
context:
space:
mode:
Diffstat (limited to 'cord/cordbscs.c')
-rw-r--r--cord/cordbscs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cord/cordbscs.c b/cord/cordbscs.c
index 1b4ec28b..5fd1e9cc 100644
--- a/cord/cordbscs.c
+++ b/cord/cordbscs.c
@@ -18,12 +18,13 @@
# define CORD_BUILD
#endif
-# include "gc.h"
-# include "cord.h"
# include <stdlib.h>
# include <stdio.h>
# include <string.h>
+#include "gc.h"
+#include "gc/cord.h"
+
/* An implementation of the cord primitives. These are the only */
/* Functions that understand the representation. We perform only */
/* minimal checks on arguments to these functions. Out of bounds */