gnupg2: Update from 2.2.5 to 2.2.6
[termux-packages] / packages / python / cryptmodule.c.patch
1 diff -u -r ../Python-3.5.1/Modules/_cryptmodule.c ./Modules/_cryptmodule.c
2 --- ../Python-3.5.1/Modules/_cryptmodule.c 2015-12-06 20:39:10.000000000 -0500
3 +++ ./Modules/_cryptmodule.c 2016-04-23 08:11:35.832616854 -0400
4 @@ -4,6 +4,7 @@
5 #include "Python.h"
6
7 #include <sys/types.h>
8 +#include <crypt.h>
9
10 /* Module crypt */
11