Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-12-02 14:09:12 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-02 14:09:12 +0300
commit4e60462881f1f49b4e85784c4e2ce36669d95af7 (patch)
treea687d6e71162aa7aff38013d3dc52d2b694181aa /source
parented935ae5adf8d676bb002380d4f46a288c6572d0 (diff)
Followup to previous linked list commit
Windows doesn't have __func__ and utildefines was never included.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/intern/BLI_linklist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/BLI_linklist.c b/source/blender/blenlib/intern/BLI_linklist.c
index 51297075418..6b79cf97e86 100644
--- a/source/blender/blenlib/intern/BLI_linklist.c
+++ b/source/blender/blenlib/intern/BLI_linklist.c
@@ -32,6 +32,8 @@
#include "MEM_guardedalloc.h"
+
+#include "BLI_utildefines.h"
#include "BLI_linklist.h"
#include "BLI_memarena.h"
#include "BLI_mempool.h"