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
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
* \ingroup creator
*/
#include "BLI_sys_types.h"
#ifdef WITH_BUILDINFO_HEADER
# include "buildinfo.h"
#endif
typedef unsigned long ulong;
#ifdef BUILD_DATE
extern char build_date[];