GNOME Bugzilla – Bug 722595
[PATCH] Wrong main function declaration and missing includes
Last modified: 2014-02-04 04:23:24 UTC
Created attachment 266712 [details] [review] Add #include <libintl.h> and correct main function declaration The type of the second argument of main function should be char* [], not char*. This file use functions from gettext, so #include <libintl.h> is needed.
This bug has been fixed. https://git.gnome.org/browse/gnome-shell/commit/?id=a739455414f6c7ab7896c56e009cdf9bcdd785bb