summaryrefslogtreecommitdiff
path: root/other/fun/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/fun/sign.c')
-rw-r--r--other/fun/sign.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/fun/sign.c b/other/fun/sign.c
index 369bc848..007d19a0 100644
--- a/other/fun/sign.c
+++ b/other/fun/sign.c
@@ -15,10 +15,12 @@
15 * 15 *
16 * NOTE: The signature is appended to the end of the file. 16 * NOTE: The signature is appended to the end of the file.
17 */ 17 */
18#include "../../testing/misc_tools.c" // hex_string_to_bin
19#include <sodium.h> 18#include <sodium.h>
20#include <string.h> 19#include <string.h>
21 20
21#include "../../testing/misc_tools.h" // hex_string_to_bin
22#include "../../toxcore/ccompat.h"
23
22int load_file(char *filename, char **result) 24int load_file(char *filename, char **result)
23{ 25{
24 int size = 0; 26 int size = 0;