- #include <stdlib.h> instead of <malloc.h>
This commit is contained in:
parent
dac256505e
commit
7aa7895629
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: list.c,v 1.1.2.5 2000/11/22 22:18:03 guus Exp $
|
||||
$Id: list.c,v 1.1.2.6 2000/11/22 23:09:38 guus Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue