From: Michael Tremer Date: Sat, 28 Jan 2012 16:52:01 +0000 (+0100) Subject: Include locale.h in python C module. X-Git-Tag: 0.9.20~18^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cdefd2f9b8a248ab3ce5f0f7282fd0ea3732c08;p=pakfire.git Include locale.h in python C module. Needed because of LC_ALL. --- diff --git a/python/src/_pakfiremodule.c b/python/src/_pakfiremodule.c index ab291269b..d4ea688d4 100644 --- a/python/src/_pakfiremodule.c +++ b/python/src/_pakfiremodule.c @@ -20,6 +20,7 @@ #include +#include #include #include "capabilities.h"