13
0

add includes for g_open()

This commit is contained in:
Robin Gareus 2015-09-21 11:06:34 +02:00
parent df0544c4e6
commit 77ee3d18a6

View File

@ -19,6 +19,9 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <glib.h>
#include <pbd/gstdio_compat.h>
#include <assert.h>
#include <string.h>
#include <glibmm.h>