[farsight2/master] Add stdlib.h for strtol/atoi
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:21 PST 2008
---
gst-libs/gst/farsight/fs-element-added-notifier.c | 2 ++
gst/fsrtpconference/fs-rtp-specific-nego.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-element-added-notifier.c b/gst-libs/gst/farsight/fs-element-added-notifier.c
index 4b83b2f..0e27d32 100644
--- a/gst-libs/gst/farsight/fs-element-added-notifier.c
+++ b/gst-libs/gst/farsight/fs-element-added-notifier.c
@@ -36,6 +36,8 @@
# include <config.h>
#endif
+#include <stdlib.h>
+
#include "fs-element-added-notifier.h"
#include "fs-marshal.h"
diff --git a/gst/fsrtpconference/fs-rtp-specific-nego.c b/gst/fsrtpconference/fs-rtp-specific-nego.c
index 54ed0d9..5b132a5 100644
--- a/gst/fsrtpconference/fs-rtp-specific-nego.c
+++ b/gst/fsrtpconference/fs-rtp-specific-nego.c
@@ -22,6 +22,7 @@
*/
#include <string.h>
+#include <stdlib.h>
#include <glib.h>
#include <gst/gst.h>
--
1.5.6.5
More information about the farsight-commits
mailing list