summaryrefslogtreecommitdiff
path: root/captcha.h
diff options
context:
space:
mode:
authorMax Christian Pohle2016-05-05 16:20:01 +0200
committerMax Christian Pohle2016-05-05 16:20:01 +0200
commitfdb57352bf64d91371b222997d1c6a2b72fa3b38 (patch)
treeeae6cb32ec327022dab52521a7ec6eb7e8514f17 /captcha.h
parenta66a946b86ff701e30b796c73367c791d21f9209 (diff)
downloadlibcaptcha-fdb57352bf64d91371b222997d1c6a2b72fa3b38.tar.bz2
libcaptcha-fdb57352bf64d91371b222997d1c6a2b72fa3b38.zip
fixed missing dependency
Diffstat (limited to 'captcha.h')
-rw-r--r--captcha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/captcha.h b/captcha.h
index 2aa6475..4228625 100644
--- a/captcha.h
+++ b/captcha.h
@@ -9,7 +9,7 @@
9#include <string.h> 9#include <string.h>
10 10
11#include "gd.h" 11#include "gd.h"
12#include "../file_reader/file_reader.h" 12#include "file_reader.h"
13 13
14 14
15int captcha_print(char* text); 15int captcha_print(char* text);
..