]> sjero.net Git - wget/blobdiff - src/gen-md5.c
Eschew config-post.h.
[wget] / src / gen-md5.c
index 91ece6ff2e38b295f657c73e532b4e1af76f32ce..1e97277b04444236ac8fbaa193b66ac5fa5f8e2a 100644 (file)
@@ -27,13 +27,12 @@ modify this file, you may extend this exception to your version of the
 file, but you are not obligated to do so.  If you do not wish to do
 so, delete this exception statement from your version.  */
 
-#include <config.h>
 #include "wget.h"
 
 #include "gen-md5.h"
 
 #ifdef HAVE_BUILTIN_MD5
-# include <gnu-md5.h>
+# include <md5.h>
 typedef struct md5_ctx gen_md5_context_imp;
 #endif