1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

(gtk) fix build breakage by including <locale.h> explicitly

This commit is contained in:
Charles Kerr 2008-07-28 22:06:53 +00:00
parent 96ae464283
commit e7f7c9af31

View file

@ -22,6 +22,7 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <locale.h>
#include <sys/param.h>
#include <signal.h>
#include <string.h>