Skip to content

Commit a0ca9ae

Browse files
committed
Fix error on gnulib REPLACE_STRDUP
lib/string.in.h
1 parent aa0bde4 commit a0ca9ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/win-sspi.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ as that of the covered work. */
4040
https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml
4141
*/
4242

43-
#include <stdlib.h>
43+
#include "wget.h"
44+
4445
#include <winsock2.h>
4546
#include <windows.h>
4647

47-
#include "wget.h"
48-
#include "log.h"
49-
5048
#include "win-sspi.h"
5149

5250
HMODULE g_hSec_dll = NULL;

0 commit comments

Comments
 (0)