Browse Source

make sure to include function declarations from calldata.h

jp9000 12 years ago
parent
commit
f3e3aeae74
2 changed files with 3 additions and 0 deletions
  1. 1 0
      libobs/obs-source.c
  2. 2 0
      libobs/obs.c

+ 1 - 0
libobs/obs-source.c

@@ -17,6 +17,7 @@
 
 #include "media-io/format-conversion.h"
 #include "util/platform.h"
+#include "callback/calldata.h"
 #include "graphics/matrix3.h"
 #include "graphics/vec3.h"
 

+ 2 - 0
libobs/obs.c

@@ -15,6 +15,8 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ******************************************************************************/
 
+#include "callback/calldata.h"
+
 #include "obs.h"
 #include "obs-data.h"
 #include "obs-module.h"