[PATCH libXaw3d] Include stdlib.h for abs()

Alan Coopersmith alan.coopersmith at oracle.com
Thu Oct 6 20:20:13 PDT 2011


On 10/ 6/11 07:28 PM, Matt Turner wrote:
> Signed-off-by: Matt Turner<mattst88 at gmail.com>
> ---
>   src/List.c |    1 +
>   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>

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list