gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / mate / mate-screensaver / patches / 02_pam-helper.patch
blob9e79146957eed4cc2815c3551b6ac5838787f3ef
1 we don't have such include file and it seems it is not needed
2 see also: https://github.com/mate-desktop/mate-screensaver/issues/272
4 diff --git a/helper/pam-helper.c b/helper/pam-helper.c
5 index 9c30c46..8291d63 100644
6 --- a/helper/pam-helper.c
7 +++ b/helper/pam-helper.c
8 @@ -33,7 +33,6 @@
9 */
11 #include <security/pam_appl.h>
12 -#include <security/_pam_macros.h>
14 #include <sys/types.h>
15 #include <stdarg.h>