summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorKonstantin Kowalski <kostyakow42@gmail.com>2013-08-09 15:54:14 +0000
committerKonstantin Kowalski <kostyakow42@gmail.com>2013-08-09 15:54:14 +0000
commitfa6fd7566bb77f0daab7aec6e5d014860f60759a (patch)
tree080fcbe128c2c22cd34f9f6a336df1ef6838cfdc /testing
parent4f2ecd20e9de4305bdf37f1205966bb7db7588e7 (diff)
Added headers to fix build errors.
Diffstat (limited to 'testing')
-rw-r--r--testing/misc_tools.h3
1 files changed, 3 insertions, 0 deletions
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 @@
24#ifndef MISC_TOOLS_H 24#ifndef MISC_TOOLS_H
25#define MISC_TOOLS_H 25#define MISC_TOOLS_H
26 26
27#include <stdlib.h>
28#include <stdint.h>
29
27unsigned char* hex_string_to_bin(char hex_string[]); 30unsigned char* hex_string_to_bin(char hex_string[]);
28 31
29/*********************Debugging Macros******************** 32/*********************Debugging Macros********************