diff options
Diffstat (limited to 'lib/curl_md4.h')
-rw-r--r-- | lib/curl_md4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_md4.h b/lib/curl_md4.h index 6b6c16e13..b0be9cf6c 100644 --- a/lib/curl_md4.h +++ b/lib/curl_md4.h @@ -22,7 +22,7 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" /* NSS crypto library does not provide the MD4 hash algorithm, so that we have * a local implementation of it */ |