commit | 6f269f10dcc50455811b609b2c96ec905925bc34 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Sun Jan 03 22:01:27 2016 -0800 |
committer | Jim Schaad <ietf@augustcellars.com> | Sun Jan 03 22:01:27 2016 -0800 |
tree | 35a983b089b0599bd176ff4c05a0ebd11b0bdcb8 | |
parent | 49301d77ca27023c6082c1da7ac967aca8d0db22 [diff] [blame] |
Correct unix build errors.
diff --git a/test/context.c b/test/context.c index 04a7a8e..bb8795e 100644 --- a/test/context.c +++ b/test/context.c
@@ -3,7 +3,7 @@ #include <memory.h> #include <assert.h> -#include <cn-cbor\cn-cbor.h> +#include <cn-cbor/cn-cbor.h> #include "context.h"