ce426f
commit ace4acc8ace692f64051594afe47efb1135b3c29
ce426f
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
ce426f
Date:   Fri Mar 1 20:45:17 2013 +0530
ce426f
ce426f
    Fix build warning
ce426f
ce426f
Index: b/nptl/tst-oddstacklimit.c
ce426f
===================================================================
ce426f
--- a/nptl/tst-oddstacklimit.c
ce426f
+++ b/nptl/tst-oddstacklimit.c
ce426f
@@ -21,6 +21,7 @@
ce426f
 #include <string.h>
ce426f
 #include <sys/resource.h>
ce426f
 #include <sys/wait.h>
ce426f
+#include <stdlib.h>
ce426f
 
ce426f
 /* This sets the stack resource limit to 1023kb, which is not a multiple
ce426f
    of the page size since every architecture's page size is > 1k.  */