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:
authorKent Mein <mein@cs.umn.edu>2008-01-31 17:25:52 +0300
committerKent Mein <mein@cs.umn.edu>2008-01-31 17:25:52 +0300
commitb7e6ef04f8b02aaec51beedb95f09153a4a81ab9 (patch)
tree4a6b72d57daf681e4d07243c2e5dd05f8c8635f0 /source
parente2ee9b57d3772c998e4b0962c893bd64c931efdf (diff)
Added missing header for offsetof function.
Kent
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index aa352bacdeb..7f4736d9dd4 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -29,6 +29,7 @@
#include <string.h>
#include <stdlib.h>
+#include <stddef.h>
#include "MEM_guardedalloc.h"