gst_plugins_base/gst/playback/test7.c
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gst_plugins_base/gst/playback/test7.c	Wed Mar 31 22:03:18 2010 +0300
+++ b/gst_plugins_base/gst/playback/test7.c	Tue Aug 31 15:30:33 2010 +0300
@@ -16,7 +16,12 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
-#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>             /* exit() */
+#endif
 #include <gst/gst.h>
 
 #define UPDATE_INTERVAL 500