gegl: Update from 0.3.30 to 0.3.32
[termux-packages] / packages / python2 / cryptmodule.c.patch
CommitLineData
f4d0939e
FF
1diff -u -r ../Python-2.7.11/Modules/cryptmodule.c ./Modules/cryptmodule.c
2--- ../Python-2.7.11/Modules/cryptmodule.c 2015-12-05 14:47:14.000000000 -0500
3+++ ./Modules/cryptmodule.c 2016-04-23 08:16:39.850613791 -0400
4@@ -4,6 +4,7 @@
5 #include "Python.h"
6
7 #include <sys/types.h>
8+#include <crypt.h>
9
10 #ifdef __VMS
11 #include <openssl/des.h>