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

This commit is contained in:
Matt Madia
2013-05-25 19:41:18 +02:00
committed by Oliver Tappe
parent 3da422ad05
commit a196160c9a
+1 -1
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>