X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconnect.c;fp=src%2Fconnect.c;h=223e6a857f6a7325a91e93f693e3b31ed0c80038;hp=0bf1a7f6fb9a46263771d9b9fe647e6f24422325;hb=462e643a7e31676eceda23e634241f7b4d2cd7bb;hpb=3073a77ed89e7d9527d110a028d134bfd1f9cb40 diff --git a/src/connect.c b/src/connect.c index 0bf1a7f6..223e6a85 100644 --- a/src/connect.c +++ b/src/connect.c @@ -28,7 +28,7 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ -#include +#include "wget.h" #include #include @@ -51,8 +51,6 @@ as that of the covered work. */ #ifdef HAVE_SYS_SELECT_H # include #endif /* HAVE_SYS_SELECT_H */ - -#include "wget.h" #include "utils.h" #include "host.h" #include "connect.h"