Eina: include stdlib.h instead of alloca.h (alloca() is not used while malloc() is)

SVN revision: 67419
This commit is contained in:
Vincent Torri 2012-01-21 07:44:05 +00:00
parent adf2dcfed9
commit 0b96df92ee
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@
#ifndef EINA_INLINE_VALUE_X_
#define EINA_INLINE_VALUE_X_
#include <stdlib.h>
#include <string.h>
#include <alloca.h>
#include "eina_stringshare.h"