summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-04-20 23:03:28 +0000
committerDavid Schleef <ds@schleef.org>2004-04-20 23:03:28 +0000
commita6928ee380fd645b49e9b82e6afc3f484ec66672 (patch)
treeabfa14327840374ab30d389b0e1c2a29770b17b1 /sys
parent5450836d65a4b8e9ccde8f4b68c3e98877e4b967 (diff)
ext/mad/gstid3tag.c: Add stdlib.h
Original commit message from CVS: reviewed by David Schleef * ext/mad/gstid3tag.c: Add stdlib.h * gst/rtp/gstrtpgsmenc.c: same * gst/tags/gstid3tag.c: same * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust GST_DISABLE_LOADSAVE use. * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise. * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise. * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by atol(3)). * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t). * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by strtoul(3)). * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)). * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS) $(ID3_CFLAGS). * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add $(LIBFAME_CFLAGS).
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosselement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h
index 9c301877..d541ecc5 100644
--- a/sys/oss/gstosselement.h
+++ b/sys/oss/gstosselement.h
@@ -24,6 +24,7 @@
#define __GST_OSS_ELEMENT_H__
#include <gst/gst.h>
+#include <sys/types.h>
/* debugging category */
GST_DEBUG_CATEGORY_EXTERN (oss_debug);