Removed every instance of malloc.h.
[doldaconnect.git] / daemon / log.c
index 49a444c..61c7638 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+#include <stdlib.h>
 #include <syslog.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <sys/uio.h>
 #include <string.h>
-#include <malloc.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>