diff options
author | Matt Turner <mattst88@gmail.com> | 2011-10-06 22:28:13 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-10-09 14:01:20 -0400 |
commit | 802fb7f2c23a8885cc17de2a15cc4f0746c0f233 (patch) | |
tree | 3bd62c4890ce89150a2387622fee512a433614d3 /src | |
parent | 6b9e47e67cf05503d65194b05d1e3e424bc3ef73 (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/List.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |