texlive-tlmgr: add subpackage
[termux-packages] / packages / python / cryptmodule.c.patch
CommitLineData
f4d0939e
FF
1diff -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