From 0cdefd2f9b8a248ab3ce5f0f7282fd0ea3732c08 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 28 Jan 2012 17:52:01 +0100 Subject: [PATCH] Include locale.h in python C module. Needed because of LC_ALL. --- python/src/_pakfiremodule.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5