cleanup: resolve warnings missing malloc include

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
pull/1/head
Alon Bar-Lev 13 years ago committed by Heiko Hund
parent 18376e2f2e
commit 45421c2514

@ -28,6 +28,7 @@
#include <tchar.h>
#include <stdio.h>
#include <stdarg.h>
#include <malloc.h>
#include "config.h"
#include "main.h"

@ -20,6 +20,7 @@
*/
#include <winsock2.h>
#include <malloc.h>
#include "options.h"
#include "main.h"

Loading…
Cancel
Save