1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
fix building with -O0 http://code.google.com/p/pam-bioapi/issues/detail?id=3 http://bugs.gentoo.org/241322 --- libpam_bioapi/pam_bioapi.h +++ libpam_bioapi/pam_bioapi.h @@ -23,6 +23,7 @@ #include <sys/wait.h> #include "earray.h" +#include <locale.h> #include <libintl.h> /* gnu gettext support */ #define _(String) gettext (String)