diff options
Diffstat (limited to 'gst-libs/gst/codecparsers/dboolhuff.c')
-rw-r--r-- | gst-libs/gst/codecparsers/dboolhuff.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/gst/codecparsers/dboolhuff.c b/gst-libs/gst/codecparsers/dboolhuff.c index 692d78be6..15e6c7cf3 100644 --- a/gst-libs/gst/codecparsers/dboolhuff.c +++ b/gst-libs/gst/codecparsers/dboolhuff.c @@ -7,7 +7,9 @@ * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ - +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "dboolhuff.h" |