From fdb57352bf64d91371b222997d1c6a2b72fa3b38 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 5 May 2016 16:20:01 +0200 Subject: fixed missing dependency --- captcha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captcha.h') diff --git a/captcha.h b/captcha.h index 2aa6475..4228625 100644 --- a/captcha.h +++ b/captcha.h @@ -9,7 +9,7 @@ #include #include "gd.h" -#include "../file_reader/file_reader.h" +#include "file_reader.h" int captcha_print(char* text); -- cgit v1.2.3