Commit: 4e60462881f1f49b4e85784c4e2ce36669d95af7
Author: Sergey Sharybin
Date:   Tue Dec 2 16:09:12 2014 +0500
Branches: master
https://developer.blender.org/rB4e60462881f1f49b4e85784c4e2ce36669d95af7

Followup to previous linked list commit

Windows doesn't have __func__ and utildefines was never included.

===================================================================

M       source/blender/blenlib/intern/BLI_linklist.c

===================================================================

diff --git a/source/blender/blenlib/intern/BLI_linklist.c 
b/source/blender/blenlib/intern/BLI_linklist.c
index 5129707..6b79cf9 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"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to