]> git.ipfire.org Git - pakfire.git/commitdiff
Include locale.h in python C module.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jan 2012 16:52:01 +0000 (17:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jan 2012 16:52:01 +0000 (17:52 +0100)
Needed because of LC_ALL.

python/src/_pakfiremodule.c

index ab291269bc2913f1b091ba3113e3a96c2241dd95..d4ea688d40e0cebd84da2ded18d6bcdf01248844 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <Python.h>
 
+#include <locale.h>
 #include <sys/personality.h>
 
 #include "capabilities.h"