mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Added headers to fix build errors.
This commit is contained in:
parent
4f2ecd20e9
commit
fa6fd7566b
|
@ -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********************
|
||||
|
|
Loading…
Reference in New Issue
Block a user