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



commit 1a7050b75c5aaa84707a02b28fa564223ff365d7
Author: Rob Bradford <rob linux intel com>
Date:   Tue Jun 7 15:29:04 2011 +0100

    gstreamer-properties: Include <stdlib.h> to fix compilation

 gstreamer-properties/gstreamer-properties.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gstreamer-properties/gstreamer-properties.c b/gstreamer-properties/gstreamer-properties.c
index a2f55f8..b21cdd5 100644
--- a/gstreamer-properties/gstreamer-properties.c
+++ b/gstreamer-properties/gstreamer-properties.c
@@ -29,6 +29,7 @@
 
 #include <locale.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include <glib.h>
 #include <glib/gi18n.h>



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