diff options
-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. |
index : uritools.git | ||
oh. um. command-line uri manpulation utilities, tuff like uricut, urimatch, uricmp, uristart, uriprintf, bunch of handy tools. | epoch |
summaryrefslogtreecommitdiff |
-rw-r--r-- | url.c | 2 |
@@ -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. |