diff --git a/src/bin/ecore_drm/ecore_drm_launch.c b/src/bin/ecore_drm/ecore_drm_launch.c index 6dfd371db0..2890ca0361 100644 --- a/src/bin/ecore_drm/ecore_drm_launch.c +++ b/src/bin/ecore_drm/ecore_drm_launch.c @@ -13,6 +13,8 @@ #include #include #include + +#include #include static int _drm_read_fd = -1; @@ -119,7 +121,7 @@ _read_msg(void) } int -main(int argc, char **argv) +main(int argc EINA_UNUSED, char **argv EINA_UNUSED) { fprintf(stderr, "Ecore_Drm_Launch Started\n");