Browse Source

md4: include strdup.h for the memdup proto

Reported-by: Erik Schnetter
Fixes #12849
Closes #12863
Daniel Stenberg 2 months ago
parent
commit
5cc2b016c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/md4.c

+ 1 - 0
lib/md4.c

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