Added headers to fix build errors.

This commit is contained in:
Konstantin Kowalski 2013-08-09 15:54:14 +00:00
parent 4f2ecd20e9
commit fa6fd7566b

View File

@ -24,6 +24,9 @@
#ifndef MISC_TOOLS_H
#define MISC_TOOLS_H
#include <stdlib.h>
#include <stdint.h>
unsigned char* hex_string_to_bin(char hex_string[]);
/*********************Debugging Macros********************