Include config.h

Original commit message from CVS:
Include config.h
This commit is contained in:
David Schleef 2003-11-06 23:36:33 +00:00
parent 7cc8bbd63a
commit bfeed7aeac
2 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include <math.h>
#include <gst/control/control.h>

View file

@ -18,6 +18,9 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
#include <gst/gst.h>