Imported Upstream version 2.1.4
[platform/upstream/libjpeg-turbo.git] / jdicc.c
diff --git a/jdicc.c b/jdicc.c
index a1a5b86..50aa9a9 100644 (file)
--- a/jdicc.c
+++ b/jdicc.c
 #include "jpeglib.h"
 #include "jerror.h"
 
-#ifndef HAVE_STDLIB_H           /* <stdlib.h> should declare malloc() */
-extern void *malloc(size_t size);
-#endif
-
 
 #define ICC_MARKER  (JPEG_APP0 + 2)     /* JPEG marker code for ICC */
 #define ICC_OVERHEAD_LEN  14            /* size of non-profile data in APP2 */