efreet: fix undeclared function
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Tue, 5 Jan 2016 22:19:18 +0000 (23:19 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 7 Jan 2016 11:03:04 +0000 (12:03 +0100)
commit4521929d6939f31ad87e7043767acbaabf58f298
tree5479a8713985404e616618b7039e957dc82dc278
parent25ccef095e714136c74a2bb08335f2cadbc758ac
efreet: fix undeclared function

libgen is needed on OSX because it contains the prototype
of basename() which is required in the compiling unit.
The result of basename() was therefore implicitely converted into
an integer, which could leed to subtile issues.

@fix
src/bin/efreet/efreet_desktop_cache_create.c