--- psmisc-22.9.orig/src/killall.c 2009-12-18 14:45:36.000000000 +0200 +++ psmisc-22.9.orig/src/killall.c 2010-01-02 15:22:35.000000000 +0200 @@ -44,6 +44,12 @@ #include #include +#ifndef HAVE_SETLOCALE +#ifdef HAVE_LOCALE_H +#include +#endif /*HAVE_LOCALE_H*/ +#endif /*HAVE_SETLOCALE*/ + #ifdef WITH_SELINUX #include #endif /*WITH_SELINUX*/