Mercurial > hg > CbC > old > akasha
changeset 43:23b9717a5c14
Fix include
author | atton |
---|---|
date | Thu, 16 Jun 2016 07:23:27 +0000 |
parents | 9240d7ca8b5d |
children | 3e6cd523bf6d |
files | src/insert_verification/verifySpecification.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/insert_verification/verifySpecification.c Thu Jun 16 16:21:04 2016 +0900 +++ b/src/insert_verification/verifySpecification.c Thu Jun 16 07:23:27 2016 +0000 @@ -1,7 +1,7 @@ #include <stdio.h> #include "akashaLLRBContext.h" +#include "akashaCS.h" -extern __code meta(struct Context*, enum Code); extern void allocator(struct Context*); /* C functions (TODO: convert to code segment) */