eldbus unit test: fix warnings

Summary: include libgen.h so that basename() is declared

Test Plan: compilation

Reviewers: cedric, raster, zmike, devilhorns

Subscribers: #reviewers, #committers

Tags: #efl_build

Differential Revision: https://phab.enlightenment.org/D8583
This commit is contained in:
Vincent Torri 2019-04-09 12:34:19 +01:00 committed by Carsten Haitzler (Rasterman)
parent 660eba496f
commit 246ab7b254
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#endif
#include <stdbool.h>
#include <libgen.h> /* basename() */
#include <Eina.h>
#include <Ecore.h>

View File

@ -3,6 +3,7 @@
#endif
#include <stdbool.h>
#include <libgen.h> /* basename() */
#include <Eina.h>
#include <Ecore.h>

View File

@ -3,6 +3,7 @@
#endif
#include <stdbool.h>
#include <libgen.h> /* basename() */
#include <Eina.h>
#include <Ecore.h>