ecore: include stdlib.h when required.

SVN revision: 65964
This commit is contained in:
Cedric BAIL 2011-12-06 16:09:05 +00:00
parent b7a86e79e0
commit 38567fbf32
12 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -19,6 +19,7 @@ extern "C"
void *alloca(size_t);
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <sys/time.h>
#include <assert.h>
#include <sys/types.h>

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <errno.h>

View File

@ -3,6 +3,7 @@
#endif
// NOTE: if you fix this, consider fixing ecore_evas_ews.c as it is similar!
#include <stdlib.h>
#include <Ecore.h>
#include "ecore_private.h"

View File

@ -6,6 +6,9 @@
#include "ecore_private.h"
#include <Ecore_Input.h>
#include <stdlib.h>
#include <string.h>
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <Ecore.h>

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -2,6 +2,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -20,6 +20,7 @@ extern "C"
void *alloca (size_t);
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -3,6 +3,7 @@
#endif
#include <string.h>
#include <stdlib.h>
#include "Ecore.h"
#include "Ecore_Input.h"