add includes for g_open()
This commit is contained in:
parent
df0544c4e6
commit
77ee3d18a6
@ -19,6 +19,9 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
#include <pbd/gstdio_compat.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <glibmm.h>
|
#include <glibmm.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user