Fix gcc warning about incompatible implicit malloc() definition.

This commit is contained in:
David Capello 2011-01-28 04:47:18 -08:00
parent b15f21bbd0
commit 196d1d65d3

View File

@ -48,6 +48,7 @@
#endif /* HAVE_FCNTL_H */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "gif_lib.h"
#include "gif_hash.h"
#include "gif_lib_private.h"