On FreeBSD, "<malloc.h> has been replaced by <stdlib.h>"

This commit is contained in:
Matt Madia 2013-05-25 13:23:40 -04:00 committed by Oliver Tappe
parent 3da422ad05
commit a196160c9a

View File

@ -8,8 +8,8 @@
#include "VectorPath.h"
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <agg_basics.h>