Skip to content
Snippets Groups Projects
Commit 4aa176c1 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed some include file problems on Windows reported by David Rosenstrauch

parent 498e939f
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,9 @@
#include "krb4.h"
#include "memory.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
/* The last #include file should be: */
#include "memdebug.h"
......
......@@ -51,7 +51,10 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment