diff options
Diffstat (limited to 'proxy/proxy_http_connector.c')
-rw-r--r-- | proxy/proxy_http_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/proxy_http_connector.c b/proxy/proxy_http_connector.c index 7bf2f53..6f03d9b 100644 --- a/proxy/proxy_http_connector.c +++ b/proxy/proxy_http_connector.c @@ -13,7 +13,7 @@ #include <errno.h> #include <stdio.h> #include <string.h> -#include "vl.h" +#include "qemu-common.h" /* A HttpConnector implements a non-HTTP proxied connection * through the CONNECT method. Many firewalls are configured |