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
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-03 05:24:55 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-03 05:24:55 +0400
commit4ee4dc355ccc5194b22635647202ce0eff86448e (patch)
treee025aec4df93f9923d07912e454f4b54e8637217
parent8d3b3780d0f91567f6ab842bebd2dbd18db4d49a (diff)
Fix access to MEM_CacheLimiterC-Api.h.
-rw-r--r--source/blender/blenkernel/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index fb75d01499e..f60bdffa282 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -41,7 +41,7 @@ CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
-CPPFLAGS += -I../../../intern/memutil
+CPPFLAGS += -I../../../../intern/memutil
# Reference to the types in makesdna and imbuf
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../makesrna