add includes for g_open()
authorRobin Gareus <robin@gareus.org>
Mon, 21 Sep 2015 09:06:34 +0000 (11:06 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 21 Sep 2015 09:06:34 +0000 (11:06 +0200)
libs/ardour/ltc_file_reader.cc

index e6dfdabac1ea3a7d6000cfd518eb6bcde61759ad..3851eee22ce2222c432b4fb23f482dd001374d3f 100644 (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>