diff --git a/gst/Makefile.am b/gst/Makefile.am index 7216bad531..1c67f8e77d 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -74,6 +74,7 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \ gstdatetime.c \ gstdebugutils.c \ gstdevice.c \ + gstdevicemonitor.c \ gstdeviceprovider.c \ gstdeviceproviderfactory.c \ gstelement.c \ @@ -82,7 +83,6 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \ gstevent.c \ gstformat.c \ gstghostpad.c \ - gstdevicemonitor.c \ gstinfo.c \ gstiterator.c \ gstatomicqueue.c \ diff --git a/gst/gst.h b/gst/gst.h index 6617f28bbf..e4e2a1c97f 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -44,13 +44,13 @@ #include #include #include +#include #include #include #include #include #include #include -#include #include #include #include