[gnome-desktop-testing] Runner: include stdlib.h for the definition of exit()



commit fb9a4ec778a85462ef1f774ca5284e1f95f5a6ba
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Mon Sep 30 16:10:01 2013 +0200

    Runner: include stdlib.h for the definition of exit()

 src/gnome-desktop-testing-runner.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
index 1546eac..fed0c8a 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -23,6 +23,7 @@
 #include "libgsystem.h"
 #include "gsystem-local-alloc.h"
 
+#include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <sys/time.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]