aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r--lib/memdebug.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h
index b18bb39da..02df08877 100644
--- a/lib/memdebug.h
+++ b/lib/memdebug.h
@@ -32,14 +32,12 @@
#include <curl/curl.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
+#define CURL_MT_LOGFNAME_BUFSIZE 512
+
#define logfile curl_debuglogfile
extern FILE *logfile;