]> sjero.net Git - wget/blobdiff - src/xmalloc.c
Merge SFLC licensing changes for OpenSSL with tip.
[wget] / src / xmalloc.c
index 35f2c1993a0862200988e099ed13af88c6ad2418..8c70795621977f236b02397fe3e2cf76f65943a2 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>
@@ -36,7 +36,6 @@ as that of the covered work.  */
 #include <errno.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "xmalloc.h"
 #include "hash.h"               /* for hash_pointer */