From 9b31fca76d4aa87e7e4cb3d34833e883f27509dd Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Thu, 29 Mar 2001 13:13:28 +0000 Subject: [PATCH] Add include for stdlib.h needed for malloc call. --- qw/source/tga.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qw/source/tga.c b/qw/source/tga.c index d807fa2b1..c7ae30da4 100644 --- a/qw/source/tga.c +++ b/qw/source/tga.c @@ -36,6 +36,8 @@ # include #endif +#include + #include "QF/qendian.h" #include "QF/quakefs.h" #include "QF/sys.h"