Made libburn and cdrskin build on my Linux again

This commit is contained in:
2006-10-13 10:22:21 +00:00
parent 1d570af0b5
commit 170eb96356
9 changed files with 100 additions and 37 deletions

View File

@ -1,10 +1,8 @@
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
#ifdef __Linux__
#include <malloc.h>
#else
/* #include <m alloc.h> ts A61013 : not in Linux man 3 malloc */
#include <stdlib.h>
#endif
#include <unistd.h>
#include <signal.h>