allocators: include gstfdmemory.h in the main library header, allocators.h

This commit is contained in:
George Kiagiadakis 2015-08-29 21:38:52 +02:00
parent 7dac2e1eb1
commit 7860060536

View file

@ -23,6 +23,7 @@
#define __GST_ALLOCATORS_H__
#include <gst/allocators/gstdmabuf.h>
#include <gst/allocators/gstfdmemory.h>
#endif /* __GST_ALLOCATORS_H__ */