mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
dmabuf: Include config.h
This commit is contained in:
parent
1b1bb98256
commit
9a69f66ed1
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gstdmabuf.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue