--- ../balance-2.28.orig/Makefile	Mon Jul 30 03:20:11 2001
+++ Makefile	Mon Jul 30 03:21:16 2001
@@ -1,11 +1,11 @@
 # $Id: Makefile,v 1.12 2001/07/18 17:07:12 tommy Exp tommy $
 
-CFLAGS=-g -I.
+#CFLAGS=-g -I.
 
 # uncomment for Solaris:
 # LIBRARIES=-lsocket -lnsl
 
-CC=gcc
+#CC=gcc
 RELEASE=2.28
 
 balance:	balance.c
--- ../balance-2.28.orig/balance.c	Mon Jul 30 03:20:11 2001
+++ balance.c	Mon Jul 30 03:22:23 2001
@@ -26,6 +26,7 @@
 //   thanks to Anthony Baxter
 //
 
+#include <sys/types.h>
 #include <stdio.h>
 #include <strings.h>
 #include <ctype.h>
@@ -34,7 +35,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <signal.h>
-#include <malloc.h>
+#include <stdlib.h>
 
 #ifdef __FreeBSD__
 #define MYBSD 1
