Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115899
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
799 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index 5fa7c4f..5691088 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ HEADERS = src/colors.h src/font.h
priv/captcha: priv src/captcha.c $(HEADERS)
mkdir -p priv
- $(CC) -std=c99 $(CFLAGS) -I./src -o priv/captcha src/captcha.c $(LDFLAGS) $(LDLIBS)
+ $(CC) -std=c99 $(CFLAGS) -o priv/captcha src/captcha.c $(LDFLAGS) $(LDLIBS)
.PHONY: clean
clean:
diff --git a/src/captcha.c b/src/captcha.c
index e643be9..3ca8a18 100644
--- a/src/captcha.c
+++ b/src/captcha.c
@@ -8,8 +8,9 @@ void makegif(unsigned char im[70*200], unsigned char gif[gifsize], int style);
#include <fcntl.h>
#include <string.h>
#include <time.h>
-#include "font.h"
-#include "colors.h"
+
+#include "./font.h"
+#include "./colors.h"
static int8_t *lt[];
const int gifsize=17646;
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Nov 29, 2:29 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41229
Default Alt Text
(799 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment