From 97b9fd40dbba9b94144862f719a2a4ca8f12af22 Mon Sep 17 00:00:00 2001 From: GDR! Date: Fri, 19 Jun 2015 20:25:14 +0200 Subject: The program now compiles with new toxcore (67df1ab7ce) --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 30d24a5..1a210d5 100644 --- a/util.h +++ b/util.h @@ -3,6 +3,7 @@ #include #include +#include #define countof(x) (sizeof(x)/sizeof(*(x))) #define char_t unsigned char @@ -11,5 +12,6 @@ void to_hex(char_t *a, const char_t *p, int size); void id_to_string(char_t *dest, const char_t *src); int string_to_id(char_t *w, char_t *a); void* file_raw(char *path, uint32_t *size); +const char *readable_connection_status(TOX_CONNECTION status); #endif -- cgit v1.2.3