Unverified Commit 9eac2d92 authored by Marcel Raad's avatar Marcel Raad
Browse files

lib509: add missing include for strdup

parent 86603d39
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
 ***************************************************************************/
#include "test.h"

#include <string.h>

/*
 * This test uses these funny custom memory callbacks for the only purpose
 * of verifying that curl_global_init_mem() functionality is present in