We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba256a8 commit 1764e53Copy full SHA for 1764e53
src/config_unix.h
@@ -85,10 +85,6 @@
85
#include <stdlib.h>
86
#include <string.h>
87
88
-#ifdef HAVE_MALLOC_H
89
-#include <malloc.h>
90
-#endif
91
-
92
#ifdef HAVE_SYS_SOCK_IO_H
93
#include <sys/sockio.h>
94
#endif
src/config_win32.h
@@ -65,7 +65,6 @@
65
66
#include <assert.h>
67
#include <process.h>
68
69
#include <stdio.h>
70
#include <memory.h>
71
#include <errno.h>
0 commit comments