tests: Add <stdlib.h> for exit usage
authorEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 28 Jun 2010 15:23:49 +0000 (17:23 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 08:35:41 +0000 (10:35 +0200)
tests/examples/simple1.c
tests/examples/transition.c

index 192b28d..6976407 100644 (file)
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdlib.h>
 #include <ges/ges.h>
 #include <stdlib.h>
 
index f556306..6f5d2a2 100644 (file)
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdlib.h>
 #include <ges/ges.h>
 #include <stdlib.h>