[gnome-media] grecorder: Include <stdlib.h> to fix compilation



commit 0e6ba55b2b6c79171c13d88d6b031d4e9973019a
Author: Rob Bradford <rob linux intel com>
Date:   Tue Jun 7 15:24:05 2011 +0100

    grecorder: Include <stdlib.h> to fix compilation

 grecord/src/gnome-recorder.c |    1 +
 grecord/src/gsr-window.c     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/grecord/src/gnome-recorder.c b/grecord/src/gnome-recorder.c
index c3eed34..9ae952c 100644
--- a/grecord/src/gnome-recorder.c
+++ b/grecord/src/gnome-recorder.c
@@ -32,6 +32,7 @@
 #include <glib/gi18n.h>
 #include <gconf/gconf-client.h>
 #include <gst/gst.h>
+#include <stdlib.h>
 
 #include "gsr-window.h"
 
diff --git a/grecord/src/gsr-window.c b/grecord/src/gsr-window.c
index c84173c..8fc94bf 100644
--- a/grecord/src/gsr-window.c
+++ b/grecord/src/gsr-window.c
@@ -36,6 +36,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <math.h>
+#include <stdlib.h>
 
 #include <glib/gi18n.h>
 #include <gio/gio.h>



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