Fix build error in fcacebbfb1
The header was not included, define ulong locally.
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
* \ingroup creator
|
* \ingroup creator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "BLI_sys_types.h"
|
|
||||||
|
|
||||||
#ifdef WITH_BUILDINFO_HEADER
|
#ifdef WITH_BUILDINFO_HEADER
|
||||||
# include "buildinfo.h"
|
# include "buildinfo.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
typedef unsigned long ulong;
|
||||||
|
|
||||||
#ifdef BUILD_DATE
|
#ifdef BUILD_DATE
|
||||||
|
|
||||||
extern char build_date[];
|
extern char build_date[];
|
||||||
|
|||||||
Reference in New Issue
Block a user