From fa6fd7566bb77f0daab7aec6e5d014860f60759a Mon Sep 17 00:00:00 2001 From: Konstantin Kowalski Date: Fri, 9 Aug 2013 15:54:14 +0000 Subject: [PATCH] Added headers to fix build errors. --- testing/misc_tools.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/misc_tools.h b/testing/misc_tools.h index 27174592..b8c90fa6 100644 --- a/testing/misc_tools.h +++ b/testing/misc_tools.h @@ -24,6 +24,9 @@ #ifndef MISC_TOOLS_H #define MISC_TOOLS_H +#include +#include + unsigned char* hex_string_to_bin(char hex_string[]); /*********************Debugging Macros********************