]> sjero.net Git - wget/blobdiff - src/connect.c
Merge SFLC licensing changes for OpenSSL with tip.
[wget] / src / connect.c
index 0bf1a7f6fb9a46263771d9b9fe647e6f24422325..223e6a857f6a7325a91e93f693e3b31ed0c80038 100644 (file)
@@ -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 <config.h>
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -51,8 +51,6 @@ as that of the covered work.  */
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
 #endif /* HAVE_SYS_SELECT_H */
-
-#include "wget.h"
 #include "utils.h"
 #include "host.h"
 #include "connect.h"