diff options
Diffstat (limited to 'gst/vbidec/vbidata.c')
-rw-r--r-- | gst/vbidec/vbidata.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/vbidec/vbidata.c b/gst/vbidec/vbidata.c index b0bd7a1c..fc0af5fa 100644 --- a/gst/vbidec/vbidata.c +++ b/gst/vbidec/vbidata.c @@ -26,6 +26,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <sys/types.h> |