Browse Source

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
commit
45421c2514
  1. 1
      localization.c
  2. 1
      manage.c

1
localization.c

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

1
manage.c

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

Loading…
Cancel
Save