In kernel/kls_pict/fmt_codec_pnm.cpp add #include <stdlib.h>.

r14.0.x
Darrell Anderson 12 years ago
parent 51d81aad5f
commit 6931ad1918

@ -22,6 +22,7 @@
#include <iostream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
// we will use fork()
#if defined CODEC_DJVU \

Loading…
Cancel
Save