diff options
Diffstat (limited to 'lib/hmac.c')
-rw-r--r-- | lib/hmac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hmac.c b/lib/hmac.c index 4df6f79ad..692d27940 100644 --- a/lib/hmac.c +++ b/lib/hmac.c @@ -22,7 +22,7 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" #ifndef CURL_DISABLE_CRYPTO_AUTH @@ -33,7 +33,7 @@ #include "curl_memory.h" /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" /* * Generic HMAC algorithm. |