compiler warning fix
This commit is contained in:
		@@ -84,6 +84,7 @@ Example set of cookies:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					#include <ctype.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */
 | 
					#define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */
 | 
				
			||||||
#include <curl/mprintf.h>
 | 
					#include <curl/mprintf.h>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user