includes for building with gcc 4.6 on fedora.

patch from Richard Shaw
This commit is contained in:
Campbell Barton
2011-03-30 16:14:54 +00:00
parent cc87bf16a1
commit bb1f20a534
5 changed files with 6 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#ifndef MEM_ALLOCATOR_H
#define MEM_ALLOCATOR_H
#include <stddef.h>
#include "guardedalloc/MEM_guardedalloc.h"
#include "guardedalloc/MEM_sys_types.h"