# HG changeset patch # User pl # Date 1004052854 0 # Node ID e0bf2e9ce24cb654081762ebc87ace72eec2031e # Parent c4caf29acc1a56563f574af2cf34167257ab1b08 a few warning fixes (missing #include's) diff -r c4caf29acc1a -r e0bf2e9ce24c libpostproc/postprocess.c --- a/libpostproc/postprocess.c Thu Oct 25 22:50:03 2001 +0000 +++ b/libpostproc/postprocess.c Thu Oct 25 23:34:14 2001 +0000 @@ -74,6 +74,9 @@ #include #include #include "../config.h" +#ifdef HAVE_MALLOC_H +#include +#endif //#undef HAVE_MMX2 //#define HAVE_3DNOW //#undef HAVE_MMX diff -r c4caf29acc1a -r e0bf2e9ce24c libpostproc/postprocess_template.c --- a/libpostproc/postprocess_template.c Thu Oct 25 22:50:03 2001 +0000 +++ b/libpostproc/postprocess_template.c Thu Oct 25 23:34:14 2001 +0000 @@ -74,6 +74,9 @@ #include #include #include "../config.h" +#ifdef HAVE_MALLOC_H +#include +#endif //#undef HAVE_MMX2 //#define HAVE_3DNOW //#undef HAVE_MMX