repo: uritools action: commit revision: path_from: revision_from: f18f97a9745e946f2bdfd98b8fbb38da983f705d: path_to: revision_to:
commit f18f97a9745e946f2bdfd98b8fbb38da983f705d Author: epochqwertDate: Tue Oct 11 06:41:56 2016 +0000 added a couple #includes to get rid of warnings diff --git a/url.c b/url.c
--- a/url.c +++ b/url.c @@ -1,5 +1,7 @@ #include+#include #include +#include /* schemes are case sensitive but cononicals are lower case.
-----END OF PAGE-----