Fix compilation on OS X and other systems without non-standard <malloc.h>

All required declarations are in <stdlib.h>
This commit is contained in:
alexey.lysiuk 2014-06-07 16:58:50 +03:00
parent 998c8b15b2
commit 9487be3e67
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <malloc.h>
#include <stdio.h>
#include <assert.h>

View file

@ -8,7 +8,7 @@
// HEADER FILES ------------------------------------------------------------
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include "common.h"
#include "strlist.h"
#include "error.h"