From 802fb7f2c23a8885cc17de2a15cc4f0746c0f233 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 6 Oct 2011 22:28:13 -0400 Subject: Include stdlib.h for abs() Reviewed-by: Jeremy Huddleston Reviewed-by: Alan Coopersmith Signed-off-by: Matt Turner --- src/List.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/List.c b/src/List.c index b491000..6b9fe13 100644 --- a/src/List.c +++ b/src/List.c @@ -39,6 +39,7 @@ in this Software without prior written authorization from the X Consortium. #endif #include #include +#include #include #include #include -- cgit v1.2.3