mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f8ba6c00a2
PR: ports/137479 Submitted by: Stas Timokhin <stast@bsdportal.ru>
9 lines
251 B
C
9 lines
251 B
C
--- ImageLib/src/png/hpng.c.orig 2009-08-06 15:35:01.000000000 +0700
|
|
+++ ImageLib/src/png/hpng.c 2009-08-06 15:35:10.000000000 +0700
|
|
@@ -1,4 +1,4 @@
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
#include "png/png.h"
|
|
#include "hpng.h"
|