param/meta.h: add missing fcntl.h include for off_t

This commit is contained in:
maxice8 2018-01-26 23:59:34 -02:00 committed by Wim Taymans
parent ea28338736
commit 214babe7b9

View file

@ -24,6 +24,8 @@
extern "C" { extern "C" {
#endif #endif
#include <fcntl.h> /* for off_t */
#include <spa/utils/defs.h> #include <spa/utils/defs.h>
#include <spa/param/param.h> #include <spa/param/param.h>
#include <spa/support/type-map.h> #include <spa/support/type-map.h>