kwo pushed a commit to branch master.

commit 9800689a7cf6d4972bc24e59cb535eafba02dc92
Author: Kim Woelders <[email protected]>
Date:   Fri Feb 22 13:29:17 2013 +0100

    Eliminate use of malloc.h.
---
 epplets/mbox.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/epplets/mbox.c b/epplets/mbox.c
index 451ceb1..f7e3261 100644
--- a/epplets/mbox.c
+++ b/epplets/mbox.c
@@ -21,6 +21,7 @@
    the above people for their excellent work. -- mej */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <sys/types.h>
@@ -32,7 +33,6 @@
 #include <string.h>
 #include <time.h>
 #include <utime.h>
-#include <malloc.h>
 #include <limits.h>
 
 #define ISSPACE(c) isspace((unsigned char) c)

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to