Fix build error in fcacebbfb1

The header was not included, define ulong locally.
This commit is contained in:
Campbell Barton
2023-07-26 15:52:54 +10:00
parent ab7161e41a
commit 9c7ef4a3b4

View File

@@ -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[];