validade: add missing config.h includes

This commit is contained in:
Thiago Santos 2013-08-14 20:03:43 -03:00
parent ee9f1ad9b2
commit 6df0b6c010
10 changed files with 41 additions and 0 deletions

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-bin-monitor.h" #include "gst-validate-bin-monitor.h"
#include "gst-validate-monitor-factory.h" #include "gst-validate-monitor-factory.h"

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-element-monitor.h" #include "gst-validate-element-monitor.h"
#include "gst-validate-pad-monitor.h" #include "gst-validate-pad-monitor.h"
#include "gst-validate-monitor-factory.h" #include "gst-validate-monitor-factory.h"

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-monitor-factory.h" #include "gst-validate-monitor-factory.h"
#include "gst-validate-bin-monitor.h" #include "gst-validate-bin-monitor.h"
#include "gst-validate-pad-monitor.h" #include "gst-validate-pad-monitor.h"

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <gst/gst.h> #include <gst/gst.h>
#include <string.h> #include <string.h>
#include <gst/validate/validate.h> #include <gst/validate/validate.h>

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-monitor.h" #include "gst-validate-monitor.h"
/** /**

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h> #include <string.h>
#define __USE_GNU #define __USE_GNU

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h> #include <string.h>
#include "gst-validate-override.h" #include "gst-validate-override.h"

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-pad-monitor.h" #include "gst-validate-pad-monitor.h"
#include "gst-validate-element-monitor.h" #include "gst-validate-element-monitor.h"
#include "gst-validate-reporter.h" #include "gst-validate-reporter.h"

View file

@ -17,6 +17,11 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-reporter.h" #include "gst-validate-reporter.h"
#include "gst-validate-report.h" #include "gst-validate-report.h"

View file

@ -19,6 +19,10 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst-validate-runner.h" #include "gst-validate-runner.h"
#include "gst-validate-report.h" #include "gst-validate-report.h"
#include "gst-validate-monitor-factory.h" #include "gst-validate-monitor-factory.h"