edje: fix amalgamation support.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 14:11:50 +0000 (14:11 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 14:11:50 +0000 (14:11 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65439 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Makefile.am

index 884d676..5a76ef3 100644 (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