[gnome-media] gstreamer-properties: Include <stdlib.h> to fix compilation
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-media] gstreamer-properties: Include <stdlib.h> to fix compilation
- Date: Tue, 7 Jun 2011 15:29:27 +0000 (UTC)
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]