edje: fix amalgamation support.

SVN revision: 65439
This commit is contained in:
Cedric BAIL 2011-11-20 14:11:50 +00:00
parent 239796713d
commit cc02e46a18
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ edje_amalgamation.c: $(base_sources) Makefile
@echo "#include <limits.h>" >> edje_amalgamation.c
@echo "#include <errno.h>" >> edje_amalgamation.c
@echo "#include <sys/stat.h>" >> edje_amalgamation.c
@echo "#include <fcntl.h>" >> edje_amalgamation.c
@echo "#ifndef _MSC_VER" >> edje_amalgamation.c
@echo "# include <unistd.h>" >> edje_amalgamation.c