diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-29 14:29:19 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-03 01:40:32 +0200 |
commit | ff0f25e94362c17f68b0aa310dafd8d53e4e0988 (patch) | |
tree | 558fa8931eced9c97736516670a109ca03e293e9 | |
parent | 050db7a47248329a5cffff5fa67621ca3a5fb0b8 (diff) | |
download | libksquirrel-ff0f25e94362c17f68b0aa310dafd8d53e4e0988.tar.gz libksquirrel-ff0f25e94362c17f68b0aa310dafd8d53e4e0988.zip |
In kernel/kls_pict/fmt_codec_pnm.cpp add #include <stdlib.h>.
(cherry picked from commit 6931ad1918ab87018699a63768dd049e60b65f01)
-rw-r--r-- | kernel/kls_pict/fmt_codec_pnm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kls_pict/fmt_codec_pnm.cpp b/kernel/kls_pict/fmt_codec_pnm.cpp index 00edbfb..06aedd6 100644 --- a/kernel/kls_pict/fmt_codec_pnm.cpp +++ b/kernel/kls_pict/fmt_codec_pnm.cpp @@ -22,6 +22,7 @@ #include <iostream> #include <stdio.h> #include <string.h> +#include <stdlib.h> // we will use fork() #if defined CODEC_DJVU \ |