ImageOut.cpp: add missing header
../../frontend/modules/ImageOut.cpp:30:56: error: 'malloc' was not declared in this scope
This commit is contained in:
parent
6263cea61c
commit
420bf01375
|
@ -15,6 +15,7 @@
|
|||
along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <zlib.h>
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in New Issue