diff -r 4b0c6ed43234 -r 8e837d1bf446 gst_plugins_base/gst/playback/test5.c --- a/gst_plugins_base/gst/playback/test5.c Wed Mar 24 17:58:42 2010 -0500 +++ b/gst_plugins_base/gst/playback/test5.c Wed Mar 24 18:04:17 2010 -0500 @@ -16,8 +16,15 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_UNISTD_H #include +#endif +#ifdef HAVE_STDLIB_H #include /* exit */ +#endif #include static GMainLoop *loop;