Fix OS X build error with Quicktime, need <stdio.h> for FILE usage.

This commit is contained in:
Brecht Van Lommel
2013-02-26 00:49:38 +00:00
parent a62eeb9d8f
commit a9facca899

View File

@@ -34,6 +34,8 @@
extern "C" {
#endif
#include <stdio.h>
#include "DNA_windowmanager_types.h"
#include "BLI_utildefines.h"