md4: include strdup.h for the memdup proto

Reported-by: Erik Schnetter
Fixes #12849
Closes #12863
This commit is contained in:
Daniel Stenberg 2024-02-05 15:22:08 +01:00
parent aefb0bde4e
commit 5cc2b016c3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -28,6 +28,7 @@
#include <string.h>
#include "strdup.h"
#include "curl_md4.h"
#include "warnless.h"