small fix
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 22:33:18 +0000 (22:33 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 23 Dec 2001 22:33:18 +0000 (22:33 +0000)
Original commit message from CVS:
small fix

test/sinesliders.c

index edec550..ee966dc 100644 (file)
@@ -2,7 +2,7 @@
 #include <math.h>
 #include <gtk/gtk.h>
 #include <gst/gst.h>
-#include <libs/control/gstcontrol.h>
+#include <gst/control/control.h>
 
 static gint quit_live(GtkWidget *window, GdkEventAny *e, gpointer data) {
   gtk_main_quit();