add GPL header to treehash.c and add missing includes to cmake.

This commit is contained in:
Campbell Barton
2013-08-24 03:17:28 +00:00
parent b44f3bf1ab
commit b97334f992
4 changed files with 35 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ set(SRC
./intern/mallocn.c
MEM_guardedalloc.h
# include here since its a header-only
../atomic/atomic_ops.h
)
if(WIN32 AND NOT UNIX)