summaryrefslogtreecommitdiff
path: root/url.c
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2016-10-11 06:41:56 +0000
committerepochqwert <epoch@hacking.allowed.org>2016-10-11 06:41:56 +0000
commitf18f97a9745e946f2bdfd98b8fbb38da983f705d (patch)
treec9e7cd0238379d8494c2871015302195affac3ac /url.c
parentc90f89aff98645642429092e85af75f3f88ce863 (diff)
downloaduritools-f18f97a9745e946f2bdfd98b8fbb38da983f705d.tar.gz
uritools-f18f97a9745e946f2bdfd98b8fbb38da983f705d.zip
added a couple #includes to get rid of warnings
Diffstat (limited to 'url.c')
-rw-r--r--url.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/url.c b/url.c
index 0c918bc..b7b940f 100644
--- a/url.c
+++ b/url.c
@@ -1,5 +1,7 @@
#include <netdb.h>
+#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
/*
schemes are case sensitive but cononicals are lower case.