From 4ba4ea4381adf78e55d4eca9cf84bdb2d84dfaf3 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Fri, 2 Mar 2018 12:44:36 +0000 Subject: [PATCH] fixed include cw.h FossilOrigin-Name: 717b0a66e4e7393e63fa769abd16dd7b76a25ab030d666db941f04ec6be8edab --- src/cw/format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cw/format.c b/src/cw/format.c index b804a7b9..704ffe4d 100644 --- a/src/cw/format.c +++ b/src/cw/format.c @@ -25,6 +25,8 @@ #include #include +#include "cw.h" + /** * Format bytes as hex string. * @param dst Destination buffer