summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2011-10-06 22:28:13 -0400
committerMatt Turner <mattst88@gmail.com>2011-10-09 14:01:20 -0400
commit802fb7f2c23a8885cc17de2a15cc4f0746c0f233 (patch)
tree3bd62c4890ce89150a2387622fee512a433614d3
parent6b9e47e67cf05503d65194b05d1e3e424bc3ef73 (diff)
Include stdlib.h for abs()
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--src/List.c1
1 files changed, 1 insertions, 0 deletions
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 <X11/Xaw3d/Xaw3dP.h>
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>