commit 8e147424f5219f9d2372c89a7662d10eefbcc61c parent 9af6d960a4cc47d4cbbecd2df71214685beff767 Author: Michael Savage <mikejsavage@gmail.com> Date: Fri Nov 18 21:08:54 +0200 Oops Diffstat:
http.cc | | | 3 | ++- |
diff --git a/http.cc b/http.cc @@ -6,10 +6,11 @@ #include <string.h> #include <netdb.h> #include <unistd.h> +#include <errno.h> #include <string> -#include "../intrinsics.h" +#include "intrinsics.h" #include "http.h" bool dns_first( const char * host, struct sockaddr_storage * address ) {