After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725645 - Missing include for setlocale
Missing include for setlocale
Status: RESOLVED FIXED
Product: libgsf
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-03-04 09:07 UTC by Kalev Lember
Modified: 2014-03-06 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gsf: Add missing include for setlocale (581 bytes, patch)
2014-03-04 09:08 UTC, Kalev Lember
none Details | Review

Description Kalev Lember 2014-03-04 09:07:48 UTC
gsf.c: In function ‘main’:
gsf.c:500:2: error: implicit declaration of function ‘setlocale’ [-Werror=implicit-function-declaration]
  setlocale (LC_ALL, "");
Comment 1 Kalev Lember 2014-03-04 09:08:12 UTC
Created attachment 270878 [details] [review]
gsf: Add missing include for setlocale
Comment 2 Morten Welinder 2014-03-06 01:11:12 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.