diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:10:24 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:10:24 (GMT) |
commit | 009baca90428399d4e3540bff18510ef51a28454 (patch) | |
tree | c4e377bae63557c060718557186a7484b922edcc /src/imageutils-lodepng.cc | |
parent | e7ea8e12a933849bc6cb9efda5fbb2ac6ddbccab (diff) |
move imageutils platform stuff to qmake build file mv system-gl. fix gcc warning
Diffstat (limited to 'src/imageutils-lodepng.cc')
-rw-r--r-- | src/imageutils-lodepng.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imageutils-lodepng.cc b/src/imageutils-lodepng.cc index 8460d9e..c89ed7c 100644 --- a/src/imageutils-lodepng.cc +++ b/src/imageutils-lodepng.cc @@ -1,5 +1,6 @@ #include "lodepng.h" #include <stdio.h> +#include <stdlib.h> bool write_png(const char *filename, unsigned char *pixels, int width, int height) { |