diff options
author | epochqwert <epoch@hacking.allowed.org> | 2016-10-11 06:41:56 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2016-10-11 06:41:56 +0000 |
commit | f18f97a9745e946f2bdfd98b8fbb38da983f705d (patch) | |
tree | c9e7cd0238379d8494c2871015302195affac3ac /url.c | |
parent | c90f89aff98645642429092e85af75f3f88ce863 (diff) | |
download | uritools-f18f97a9745e946f2bdfd98b8fbb38da983f705d.tar.gz uritools-f18f97a9745e946f2bdfd98b8fbb38da983f705d.zip |
added a couple #includes to get rid of warnings
Diffstat (limited to 'url.c')
-rw-r--r-- | url.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |