Inlined functions require NULL, so including stdlib.h is required.

SVN revision: 36266
This commit is contained in:
Cedric BAIL 2008-09-26 15:26:36 +00:00
parent a466b34ea0
commit 8b33d245e6
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef EINA_RBTREE_H__
#define EINA_RBTREE_H__
#include <stdlib.h>
#include "eina_types.h"
#include "eina_error.h"
#include "eina_iterator.h"